index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_client.c
Age
Commit message (
Expand
)
Author
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-18
drm: make various debugfs_init() functions return 0
Wambui Karuga
2020-02-29
drm/client: Dual licence the file in GPL-2 and MIT
Emmanuel Vadot
2019-12-19
drm/client: convert to drm device based logging
Jani Nikula
2019-07-09
drm/client: remove the exporting of drm_client_close
Denis Efremov
2019-07-09
drm/fb-helper: Map DRM client buffer only when required
Thomas Zimmermann
2019-07-09
drm/client: Support unmapping of DRM client buffers
Thomas Zimmermann
2019-06-04
drm/fb-helper: Remove drm_fb_helper_crtc
Noralf Trønnes
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-05-20
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
2019-04-11
drm/client: Rename drm_client_add() to drm_client_register()
Noralf Trønnes
2018-11-20
drm/gem: Add drm_gem_object_funcs
Noralf Trønnes
2018-10-28
Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-10-02
drm/cma-helper: Fix crash in fbdev error path
Noralf Trønnes
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
2018-07-13
drm/client: Fix double free in error path
Noralf Trønnes
2018-07-11
drm/client: Fix: drm_client_new: Don't require DRM to be registered
Noralf Trønnes
2018-07-10
drm/debugfs: Add internal client debugfs file
Noralf Trønnes
2018-07-10
drm: Begin an API for in-kernel clients
Noralf Trønnes