]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Perform a full mode set when the pixel format changed
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 21 Apr 2013 23:38:47 +0000 (01:38 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 22 Apr 2013 09:48:30 +0000 (19:48 +1000)
commit4054a3b26ffc5ff560c356f3c721e3f1ef146856
treed03c26f7d6f9565c01282edf3244b004a83710ca
parenta24e904037c22b2889efb5d6f21cf8244c082ec6
drm: Perform a full mode set when the pixel format changed

Test whether the pixel format changes in the mode set handler, and
perform a full mode set instead of a mode set base if it does.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc_helper.c