summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_client.c
AgeCommit message (Expand)AuthorFilesLines
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