]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/vmwgfx: Remove bogus crtc coords vs fb size check
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 1 Nov 2017 18:29:16 +0000 (20:29 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 20 Nov 2017 17:52:30 +0000 (19:52 +0200)
commit3bd6099fd687fdf2874b65a806e85a793496ba10
treefd3f2b17ec4a91b86f33a2dfc7f9d8ac026e7a71
parent0df12b3f0297b270960a4ce735607da518feafcb
drm/vmwgfx: Remove bogus crtc coords vs fb size check

Throw away the bugs crtc coords vs. fb size check. Crtc coords don't
define the viewport inside the fb, that's a job for the src coords,
which have been checked by the core already.

Cc: VMware Graphics <linux-graphics-maintainer@vmware.com>
Cc: Sinclair Yeh <syeh@vmware.com>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171101182920.14386-2-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c