Re: [PATCH 1/2] drm/komeda: Use drm_display_mode "crtc_" prefixed hardware timings

2019-07-29 Thread Liviu Dudau
On Tue, Jun 18, 2019 at 09:10:40AM +0100, james qian wang (Arm Technology China) wrote: > struct drm_display_mode contains two copies of timings. > - plain timings. > - hardware timings, the ones with "crtc_" prefix. > According to the definition, update komeda to use the hardware timing. > > Sig

[PATCH 1/2] drm/komeda: Use drm_display_mode "crtc_" prefixed hardware timings

2019-06-18 Thread james qian wang (Arm Technology China)
struct drm_display_mode contains two copies of timings. - plain timings. - hardware timings, the ones with "crtc_" prefix. According to the definition, update komeda to use the hardware timing. Signed-off-by: James Qian Wang (Arm Technology China) --- .../arm/display/komeda/d71/d71_component.c