diff options
author | Ville Syrjälä <[email protected]> | 2016-07-26 19:07:03 +0300 |
---|---|---|
committer | Sean Paul <[email protected]> | 2016-08-08 14:19:58 -0400 |
commit | 0e4faf679e67b5ab55752d18fc82f3c7351b2f03 (patch) | |
tree | f61edda4127ecb4ce3c82155c447c3e996446cca /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | f9b96be0ecb349c65875b55c14345d0604405e88 (diff) |
drm/mediatek: Use drm_plane_helper_check_state()
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 the driver was expecting negative dst
coordinates after clipping, which is not going happen, so any clipping
induced addr adjustment simply didn't happen. Neither did the driver
respect any user configured src coordinates, so panning and such would
have been totally broken. It should be all good now.
Cc: CK Hu <[email protected]>
Cc: [email protected]
Signed-off-by: Ville Syrjälä <[email protected]>
Reviewed-by: Bibby Hsieh <[email protected]>
Tested-by: Bibby Hsieh <[email protected]>
Acked-by: CK Hu <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions