Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queued
Directly merge drm-misc into drm-intel since Dave is on vacation and we need the various drm-misc patches (fb format rework, drm mm fixes, selftest framework and others). Also pulled back -rc2 in first to resync with drm-intel-fixes and make sure I can reuse the exact rerere solutions from drm-tip for safety, and because I'm lazy. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
@@ -723,7 +723,7 @@ static void update_colorkey(struct intel_overlay *overlay,
|
||||
flags |= DST_KEY_ENABLE;
|
||||
|
||||
if (state->base.visible)
|
||||
format = state->base.fb->pixel_format;
|
||||
format = state->base.fb->format->format;
|
||||
|
||||
switch (format) {
|
||||
case DRM_FORMAT_C8:
|
||||
|
Reference in New Issue
Block a user