aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24drm/client: Depend on GEM object kmap ref-countingThomas Zimmermann1-4/+0
2020-11-09drm/gem: Store client buffer mappings as struct dma_buf_mapThomas Zimmermann1-14/+20
2020-11-09drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_mapThomas Zimmermann1-7/+11
2020-05-26drm/client: Add drm_client_framebuffer_flush()Noralf Trønnes1-0/+33
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-3/+1
2020-03-18drm: make various debugfs_init() functions return 0Wambui Karuga1-3/+5
2020-02-29drm/client: Dual licence the file in GPL-2 and MITEmmanuel Vadot1-1/+1
2019-12-19drm/client: convert to drm device based loggingJani Nikula1-5/+5
2019-07-09drm/client: remove the exporting of drm_client_closeDenis Efremov1-1/+0
2019-07-09drm/fb-helper: Map DRM client buffer only when requiredThomas Zimmermann1-12/+4
2019-07-09drm/client: Support unmapping of DRM client buffersThomas Zimmermann1-10/+56
2019-06-04drm/fb-helper: Remove drm_fb_helper_crtcNoralf Trønnes1-2/+8
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-1/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+2
2019-04-11drm/client: Rename drm_client_add() to drm_client_register()Noralf Trønnes1-5/+6
2018-11-20drm/gem: Add drm_gem_object_funcsNoralf Trønnes1-7/+5
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2018-10-02drm/cma-helper: Fix crash in fbdev error pathNoralf Trønnes1-9/+26
2018-09-14drm: Differentiate the lack of an interface from invalid parameterChris Wilson1-1/+1
2018-07-13drm/client: Fix double free in error pathNoralf Trønnes1-4/+4
2018-07-11drm/client: Fix: drm_client_new: Don't require DRM to be registeredNoralf Trønnes1-10/+1
2018-07-10drm/debugfs: Add internal client debugfs fileNoralf Trønnes1-0/+28
2018-07-10drm: Begin an API for in-kernel clientsNoralf Trønnes1-0/+387