Age | Commit message (Expand) | Author | Files | Lines |
2022-07-09 | drm/client: Use actual bpp when allocating frame buffers | Geert Uytterhoeven | 1 | -2/+2 |
2022-02-08 | dma-buf-map: Rename to iosys-map | Lucas De Marchi | 1 | -4/+5 |
2020-11-24 | drm/client: Depend on GEM object kmap ref-counting | Thomas Zimmermann | 1 | -4/+0 |
2020-11-09 | drm/gem: Store client buffer mappings as struct dma_buf_map | Thomas Zimmermann | 1 | -14/+20 |
2020-11-09 | drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map | Thomas Zimmermann | 1 | -7/+11 |
2020-05-26 | drm/client: Add drm_client_framebuffer_flush() | Noralf Trønnes | 1 | -0/+33 |
2020-05-20 | drm: remove _unlocked suffix in drm_gem_object_put_unlocked | Emil Velikov | 1 | -1/+1 |
2020-03-18 | drm: convert .debugfs_init() hook to return void. | Wambui Karuga | 1 | -3/+1 |
2020-03-18 | drm: make various debugfs_init() functions return 0 | Wambui Karuga | 1 | -3/+5 |
2020-02-29 | drm/client: Dual licence the file in GPL-2 and MIT | Emmanuel Vadot | 1 | -1/+1 |
2019-12-19 | drm/client: convert to drm device based logging | Jani Nikula | 1 | -5/+5 |
2019-07-09 | drm/client: remove the exporting of drm_client_close | Denis Efremov | 1 | -1/+0 |
2019-07-09 | drm/fb-helper: Map DRM client buffer only when required | Thomas Zimmermann | 1 | -12/+4 |
2019-07-09 | drm/client: Support unmapping of DRM client buffers | Thomas Zimmermann | 1 | -10/+56 |
2019-06-04 | drm/fb-helper: Remove drm_fb_helper_crtc | Noralf Trønnes | 1 | -2/+8 |
2019-05-27 | drm: drop use of drmP.h in drm/* | Sam Ravnborg | 1 | -1/+1 |
2019-05-20 | drm: Remove users of drm_format_info_plane_cpp | Maxime Ripard | 1 | -1/+1 |
2019-05-20 | drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp | Maxime Ripard | 1 | -1/+2 |
2019-04-11 | drm/client: Rename drm_client_add() to drm_client_register() | Noralf Trønnes | 1 | -5/+6 |
2018-11-20 | drm/gem: Add drm_gem_object_funcs | Noralf Trønnes | 1 | -7/+5 |
2018-10-29 | Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+1 |
2018-10-02 | drm/cma-helper: Fix crash in fbdev error path | Noralf Trønnes | 1 | -9/+26 |
2018-09-14 | drm: Differentiate the lack of an interface from invalid parameter | Chris Wilson | 1 | -1/+1 |
2018-07-13 | drm/client: Fix double free in error path | Noralf Trønnes | 1 | -4/+4 |
2018-07-11 | drm/client: Fix: drm_client_new: Don't require DRM to be registered | Noralf Trønnes | 1 | -10/+1 |
2018-07-10 | drm/debugfs: Add internal client debugfs file | Noralf Trønnes | 1 | -0/+28 |
2018-07-10 | drm: Begin an API for in-kernel clients | Noralf Trønnes | 1 | -0/+387 |