[PATCH 1/1] drm/rockchip: fix integer type used for storing dp data rate and lane count

2020-01-08 Thread Tobias Schramm
r of lanes and the data rate to unsigned int. Signed-off-by: Tobias Schramm --- drivers/gpu/drm/rockchip/cdn-dp-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/rockchip/cdn-dp-core.h b/drivers/gpu/drm/rockchip/cdn-dp-core.h index 83c4586665b4..80

[PATCH 0/1] Regression in rockchipdrm

2020-01-08 Thread Tobias Schramm
data types changed in commit 2589c4025f13 to their original type. Tobias Schramm (1): drm/rockchip: fix integer type used for storing dp data rate and lane count drivers/gpu/drm/rockchip/cdn-dp-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH 1/1] drm/rockchip: fix integer type used for storing dp data rate and lane count

2020-01-08 Thread Tobias Schramm
Am 09.01.20 um 01:15 schrieb Heiko Stübner: > Am Mittwoch, 8. Januar 2020, 23:39:49 CET schrieb Tobias Schramm: >> commit 2589c4025f13 ("drm/rockchip: Avoid drm_dp_link helpers") changes >> the type of variables used to store the display port data rate and >> numbe

[PATCH v2 1/1] drm/rockchip: fix integer type used for storing dp data rate

2020-01-08 Thread Tobias Schramm
signed int. Signed-off-by: Tobias Schramm --- drivers/gpu/drm/rockchip/cdn-dp-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/cdn-dp-core.h b/drivers/gpu/drm/rockchip/cdn-dp-core.h index 83c4586665b4..81ac9b658a70 100644 --- a/drivers/gpu/dr

[PATCH v2 0/1] Regression in rockchipdrm

2020-01-08 Thread Tobias Schramm
data type changed in commit 2589c4025f13 to their original type. Thanks to CrystalGamma for identifying the commit causing the regression. v2: Keep lane count as u8 Tobias Schramm (1): drm/rockchip: fix integer type used for storing dp data rate drivers/gpu/drm/rockchip/cdn-dp-core.h | 2 +- 1 fi

[PATCH 0/1] Regression in analogix_anx78xx

2020-01-09 Thread Tobias Schramm
ices containing an anx78xx. So please test! Tobias Tobias Schramm (1): drm/bridge: anx78xx: fix integer type used for storing dp link rate drivers/gpu/drm/bridge/analogix-anx78xx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.24.1 __

[PATCH 1/1] drm/bridge: anx78xx: fix integer type used for storing dp link rate

2020-01-09 Thread Tobias Schramm
a unsigned int instead. Signed-off-by: Tobias Schramm --- drivers/gpu/drm/bridge/analogix-anx78xx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/bridge/analogix-anx78xx.c b/drivers/gpu/drm/bridge/analogix-anx78xx.c index 274989f96a91..0f38b8c40dff 10

[RESEND 0/1] Add support for BOE NV140FHM-N49 panel to panel-simple

2020-01-09 Thread Tobias Schramm
This patch adds support for the 14 inch BOE NV140FHM-N49 eDP panel to the panel-simple driver. The panel is used by the Pinebook Pro. Resending with changed CCs due to lack of feedback. Tobias Schramm (1): drm/panel: Add support for BOE NV140FHM-N49 panel to panel-simple drivers/gpu/drm

[RESEND 1/1] drm/panel: Add support for BOE NV140FHM-N49 panel to panel-simple

2020-01-09 Thread Tobias Schramm
This patch adds support for the BOE NV140FHM-N49 panel to the panel-simple driver. The panel is used by the pine64 Pinebook Pro. Signed-off-by: Tobias Schramm --- drivers/gpu/drm/panel/panel-simple.c | 35 1 file changed, 35 insertions(+) diff --git a/drivers/gpu

Re: [RESEND 0/1] Add support for BOE NV140FHM-N49 panel to panel-simple

2020-01-09 Thread Tobias Schramm
Hi Tobias. We need binding schema before we can apply this patch. Knew I forgot something See patch below. Please review/ack the patch, then we can process your panel-simple patch. LGTM, thanks! Sam On Thu, Jan 09, 2020 at 12:29:51PM +0100, Tobias Schramm wrote: This patch adds

[PATCH v2 0/1] Regression in analogix_anx78xx

2020-03-08 Thread Tobias Schramm
ning an anx78xx. So please test! Best regards, Tobias Changelog: v2: Skip forward and back conversion to/from link rate Tobias Schramm (1): drm/bridge: anx78xx: fix calculation of dp link rate drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 3 +-- 1 file changed, 1 insertion(

[PATCH v2 1/1] drm/bridge: anx78xx: fix calculation of dp link rate

2020-03-08 Thread Tobias Schramm
, avoiding any overflows. Fixes: ff1e8fb68ea0 ("drm/bridge: analogix-anx78xx: Avoid drm_dp_link helpers") Signed-off-by: Tobias Schramm --- drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/brid

[PATCH 0/1] drm/panel: simple: Add support for BOE NV140FHM-N49 panel to panel-simple

2019-11-20 Thread Tobias Schramm
This patch adds support for the 14 inch BOE NV140FHM-N49 eDP panel to the panel-simple driver. This panel is used by the Pinebook Pro. Tobias Schramm (1): drm/panel: simple: Add support for BOE NV140FHM-N49 panel to panel-simple drivers/gpu/drm/panel/panel-simple.c | 35

[PATCH 1/1] drm/panel: simple: Add support for BOE NV140FHM-N49 panel to panel-simple

2019-11-20 Thread Tobias Schramm
This patch adds support for the BOE NV140FHM-N49 panel to the panel-simple driver. The panel is used by the pine64 Pinebook Pro. Signed-off-by: Tobias Schramm --- drivers/gpu/drm/panel/panel-simple.c | 35 1 file changed, 35 insertions(+) diff --git a/drivers/gpu