Re: [PATCH v3 4/6] drm/modes: Parse overscan properties

2019-04-19 Thread Noralf Trønnes
Den 18.04.2019 18.50, skrev Noralf Trønnes: > > > Den 18.04.2019 14.41, skrev Maxime Ripard: >> Properly configuring the overscan properties might be needed for the >> initial setup of the framebuffer for display that still have overscan. >> Let's allow for more properties on the kernel command

Re: [PATCH v3 4/6] drm/modes: Parse overscan properties

2019-04-18 Thread Noralf Trønnes
Den 18.04.2019 14.41, skrev Maxime Ripard: > Properly configuring the overscan properties might be needed for the > initial setup of the framebuffer for display that still have overscan. > Let's allow for more properties on the kernel command line to setup each > margin. > > Signed-off-by: Maxim

[PATCH v3 4/6] drm/modes: Parse overscan properties

2019-04-18 Thread Maxime Ripard
Properly configuring the overscan properties might be needed for the initial setup of the framebuffer for display that still have overscan. Let's allow for more properties on the kernel command line to setup each margin. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_modes.c | 44 +