linux_dsm_epyc7002/drivers/gpu/drm/msm
Daniel Stone 0802050965 drm/msm: Move GEM BOs to drm_framebuffer
Since drm_framebuffer can now store GEM objects directly, place them
there rather than in our own subclass. As this makes the framebuffer
create_handle function the same as the GEM framebuffer helper, we
can reuse that.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Cc: Rob Clark <robdclark@gmail.com>
Cc: linux-arm-msm@vger.kernel.org
Link: https://patchwork.freedesktop.org/patch/msgid/20180330141138.28987-21-daniels@collabora.com
2018-05-18 14:52:52 +01:00
..
adreno Merge remote-tracking branch 'drm/drm-next' into drm-misc-next 2018-05-11 18:08:10 +02:00
disp drm/msm: Add modifier to mdp_get_format arguments 2018-04-19 10:08:31 -04:00
dsi drm/msm/dsi: use correct enum in dsi_get_cmd_fmt 2018-04-19 10:09:23 -04:00
edp
hdmi drm/msm/hdmi: fix semicolon.cocci warnings 2018-02-20 10:41:21 -05:00
Kconfig drm/msm/dsi: Add skeleton 10nm PHY/PLL code 2018-02-20 10:41:20 -05:00
Makefile drm/msm: rename mdp->disp 2018-03-19 06:33:35 -04:00
msm_atomic.c
msm_debugfs.c drm/msm: Don't setup control node debugfs files 2018-05-03 21:26:10 +02:00
msm_debugfs.h
msm_drv.c drm/msm: Replace gem_object deprecated functions 2018-02-20 10:41:21 -05:00
msm_drv.h drm/msm: strip out msm_fence_cb 2018-03-19 06:33:35 -04:00
msm_fb.c drm/msm: Move GEM BOs to drm_framebuffer 2018-05-18 14:52:52 +01:00
msm_fbdev.c drm/msm: don't deref error pointer in the msm_fbdev_create error path 2018-04-19 10:09:41 -04:00
msm_fence.c
msm_fence.h drm/msm: strip out msm_fence_cb 2018-03-19 06:33:35 -04:00
msm_gem_prime.c
msm_gem_shrinker.c
msm_gem_submit.c drm/msm: add sudo flag to submit ioctl 2018-02-20 10:41:20 -05:00
msm_gem_vma.c drm/msm: Pass the correct aperture end to drm_mm_init 2018-02-20 10:41:22 -05:00
msm_gem.c drm/msm: Fix possible null dereference on failure of get_pages() 2018-04-19 10:08:34 -04:00
msm_gem.h drm/msm: add sudo flag to submit ioctl 2018-02-20 10:41:20 -05:00
msm_gpu.c drm/msm/gpu: Set number of clocks to 0 if the list allocation fails 2018-02-20 10:41:22 -05:00
msm_gpu.h drm/msm: add a5xx specific debugfs 2018-02-20 10:41:20 -05:00
msm_iommu.c
msm_kms.h drm/msm: Add modifier to mdp_get_format arguments 2018-04-19 10:08:31 -04:00
msm_mmu.h
msm_perf.c
msm_rd.c
msm_ringbuffer.c drm/msm: Replace gem_object deprecated functions 2018-02-20 10:41:21 -05:00
msm_ringbuffer.h
msm_submitqueue.c
NOTES