]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)
authorChristopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Wed, 29 Mar 2017 04:02:11 +0000 (15:02 +1100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Apr 2017 16:20:39 +0000 (12:20 -0400)
commit1769152ac64b0b07583f696b621624df2ca4c840
treebd870174dc49b064758535e9efdc8424c68ce358
parenta294043b2fbd8de69d161457ed0c7a4026bbfa5a
drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)

Any use of the framebuffer will migrate it to VRAM, which is not sensible for
an imported dma-buf.

v2: Use DRM_DEBUG_KMS to prevent userspace accidentally spamming dmesg.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
CC: amd-gfx@lists.freedesktop.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c