[PATCH 8/9] drm/mediatek: Use drm_plane_helper_check_state()

2016-08-02 Thread CK Hu
On Tue, 2016-07-26 at 19:07 +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Replace the use of drm_plane_helper_check_update() with > drm_plane_helper_check_state() since we have a plane state. > > This also eliminates the double clipping the driver was doing > in both

[PATCH 8/9] drm/mediatek: Use drm_plane_helper_check_state()

2016-08-02 Thread Bibby Hsieh
On Tue, 2016-07-26 at 19:07 +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Replace the use of drm_plane_helper_check_update() with > drm_plane_helper_check_state() since we have a plane state. > > This also eliminates the double clipping the driver was doing > in both

[Intel-gfx] [PATCH 8/9] drm/mediatek: Use drm_plane_helper_check_state()

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:07 PM, wrote: > From: Ville Syrjälä > > Replace the use of drm_plane_helper_check_update() with > drm_plane_helper_check_state() since we have a plane state. > > This also eliminates the double clipping the driver was doing > in both check and commit phases). And it

[PATCH 8/9] drm/mediatek: Use drm_plane_helper_check_state()

2016-07-26 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Replace the use of drm_plane_helper_check_update() with drm_plane_helper_check_state() since we have a plane state. This also eliminates the double clipping the driver was doing in both check and commit phases). And it should fix src coordinate addr adjustement. Previously