Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6e8a942b9ddc9b6b122e58a604bc3b452d2b8e8a
/
drivers
/
gpu
/
drm
/
drm_drv.c
4017ad7
drm: Nerf drm_global_mutex BKL for good drivers
by Daniel Vetter
· 5 years ago
591a2ab
drm: Push drm_global_mutex locking in drm_open
by Daniel Vetter
· 5 years ago
8b6fc11
drm: remove duplicate check on parent and avoid BUG_ON
by Aditya Pakki
· 5 years ago
4092de1
Merge drm/drm-next into drm-misc-next
by Maxime Ripard
· 5 years ago
959b077
drm/print: move drm_debug variable to drm_print.[ch]
by Jani Nikula
· 5 years ago
e0f32f7
drm/kms: Duct-tape for mode object lifetime checks
by Daniel Vetter
· 5 years ago
56d8d64
drm/drv: Use // for comments in example code
by Jonathan Neuschäfer
· 5 years ago
03b0f2c
Merge v5.3-rc1 into drm-misc-next
by Maxime Ripard
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
4f5368b
drm/kms: Catch mode_object lifetime errors
by Daniel Vetter
· 6 years ago
b792e64
drm: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
0500c04
drm: drop use of drmP.h in drm/*
by Sam Ravnborg
· 6 years ago
4a45791
vfs: Convert drm to use the new mount API
by David Howells
· 6 years ago
1f58bb1
mount_pseudo(): drop 'name' argument, switch to d_make_root()
by Al Viro
· 6 years ago
fb9273f
drm: don't bother with super_operations and dentry_operations
by Al Viro
· 6 years ago
8437dd7
drm/legacy: move init/destroy of struct members into legacy file
by Dave Airlie
· 6 years ago
fabb0e2
drm/legacy: move map_hash create/destroy into inlines
by Dave Airlie
· 6 years ago
35a2802
drm/legacy: move map cleanups into drm_bufs.c
by Dave Airlie
· 6 years ago
bd53280
drm/drv: Fix incorrect resolution of merge conflict
by Janusz Krzysztofik
· 6 years ago
f06ddb5
BackMerge v5.1-rc5 into drm-next
by Dave Airlie
· 6 years ago
3f04e0a
drm: Fix drm_release() and device unplug
by Noralf Trønnes
· 6 years ago
de99f06
drm/drv: DOC: Add driver example code
by Noralf Trønnes
· 6 years ago
9b1f1b6
drm: Add devm_drm_dev_init()
by Noralf Trønnes
· 6 years ago
56be650
drm/drv: Hold ref on parent device during drm_device lifetime
by Noralf Trønnes
· 6 years ago
ba3bf37
drm/drv: drm_dev_unplug(): Move out drm_dev_put() call
by Noralf Trønnes
· 6 years ago
1ee57d4
drm: Fix drm_release() and device unplug
by Noralf Trønnes
· 6 years ago
86ab67d
drm/doc: document recommended component helper usage
by Daniel Vetter
· 6 years ago
33e7011
drm/docs: improve docs for drm_drv.c
by Daniel Vetter
· 6 years ago
183d9dc
drm/drm_drv.c: Remove duplicate header
by Brajeswar Ghosh
· 6 years ago
61647c7
Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 6 years ago
ba1d345
drm: remove deprecated "drm_dev_unref" function
by Fernando Ramos
· 6 years ago
9235dd4
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 6 years ago
2bb4241
drm: Remove drm_global.{c,h} v2
by Thomas Zimmermann
· 6 years ago
f08877e
drm: BUG_ON if passing NULL parent to drm_dev_init
by Emil Velikov
· 6 years ago
18ace11
drm: Introduce per-device driver_features
by Ville Syrjälä
· 6 years ago
a18b219
drm/dp_helper: Add DP aux channel tracing
by Lyude Paul
· 6 years ago
c76f0f7
drm: Begin an API for in-kernel clients
by Noralf Trønnes
· 7 years ago
4216c1b
Merge tag 'drm-misc-next-fixes-2018-06-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 7 years ago
135c550
Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 7 years ago
069035c
drm: Fix possible race conditions while unplugging DRM device
by Oleksandr Andrushchenko
· 7 years ago
7f6df44
drm: Match sysfs name in link removal to link creation
by Haneen Mohammed
· 7 years ago
0d49f30
drm: remove all control node code
by Daniel Vetter
· 7 years ago
bee330f
drm: Use srcu to protect drm_device.unplugged
by Noralf Trønnes
· 7 years ago
3bd07cc
drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
by Joe Moriarty
· 7 years ago
70c5f93
Merge airlied/drm-next into drm-misc-next
by Daniel Vetter
· 7 years ago
e7646f8
drm: Add new LEASE debug level
by Keith Packard
· 8 years ago
02c9656
drm: Move debug macros out of drmP.h
by Haneen Mohammed
· 7 years ago
9a96f55
drm: introduce drm_dev_{get/put} functions
by Aishwarya Pant
· 7 years ago
0469901
drm: Clean up drm_dev_unplug
by Daniel Vetter
· 7 years ago
2e45eea
drm: Only lastclose on unload for legacy drivers
by Daniel Vetter
· 7 years ago
c07dcd6
drm: Document device unplug infrastructure
by Daniel Vetter
· 7 years ago
371c227
drm: inhibit drm drivers register to uninitialized drm core
by Alexandru Moise
· 8 years ago
75fb636
drm: Fix oops + Xserver hang when unplugging USB drm devices
by Hans de Goede
· 8 years ago
94000cc
Merge tag 'v4.10-rc8' into drm-next
by Dave Airlie
· 8 years ago
f30c925
drm: Provide a driver hook for drm_dev_release()
by Chris Wilson
· 8 years ago
012bbe2
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
e6e7b48
drm: Don't race connector registration
by Daniel Vetter
· 8 years ago
a67834f
drm: drm_minor_register(): Clean up debugfs on failure
by Noralf Trønnes
· 8 years ago
ef40cbf9
drm/core: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
01f5e69
Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
by Dave Airlie
· 8 years ago
6098909
drm: Avoid NULL dereference of drm_device.dev
by Chris Wilson
· 8 years ago
ea0dd85
drm/doc: use preferred struct reference in kernel-doc
by Daniel Vetter
· 8 years ago
75f6dfe
drm: Deduplicate driver initialization message
by Gabriel Krisman Bertazi
· 8 years ago
e82dfa0
drm: Reduce verbosity level for drm_core_init() debug message
by Chris Wilson
· 8 years ago
e57e17c
drm: Move vblank cleanup from unregister to release
by Laurent Pinchart
· 8 years ago
010f5b9
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next
by Daniel Vetter
· 8 years ago
6449b08
drm: Add fake controlD* symlinks for backwards compat
by Daniel Vetter
· 8 years ago
d82faaf
drm: Update drm_device docs about embedding.
by Daniel Vetter
· 8 years ago
a90f583
Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
6320745
Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next
by Dave Airlie
· 8 years ago
8a357d1
drm: Nerf DRM_CONTROL nodes
by Daniel Vetter
· 8 years ago
85e634b
drm: Extract drm_drv.h
by Daniel Vetter
· 8 years ago
a6b5fac
drm: re-export drm_dev_set_unique
by Gerd Hoffmann
· 8 years ago
f92e1ee
drm: Add missing mutex_destroy in drm_dev_init/release
by Joonas Lahtinen
· 8 years ago
6bd488d
drm: Simplify drm_printk to reduce object size quite a bit
by Joe Perches
· 8 years ago
0f28860
drm: Don't swallow error codes in drm_dev_alloc()
by Tom Gundersen
· 8 years ago
c6bf811
drm: Distinguish no name from ENOMEM in set_unique()
by Tom Gundersen
· 8 years ago
2cc107d
drm: cleanup drm_core_{init,exit}()
by David Herrmann
· 8 years ago
82d5e73
drm: drop obsolete drm_core.h
by David Herrmann
· 8 years ago
b4ba97e
drm: Avoid calling dev_printk(.dev = NULL)
by Chris Wilson
· 8 years ago
c4e68a5
drm: Introduce DRM_DEV_* log messages
by Sean Paul
· 8 years ago
a3ccc46
drm: rename DRM_MINOR_LEGACY to DRM_MINOR_PRIMARY
by David Herrmann
· 8 years ago
a39be60
drm: Do a full device unregister when unplugging
by Chris Wilson
· 9 years ago
a742946
drm: Don't call drm_dev_set_unique from platform drivers
by Daniel Vetter
· 9 years ago
5079c46
drm: Use dev->name as fallback for dev->unique
by Daniel Vetter
· 9 years ago
8106554
drm: Clean up drm_crtc.h
by Daniel Vetter
· 9 years ago
79190ea
drm: Add callbacks for late registering
by Benjamin Gaignard
· 9 years ago
bee7fb1
drm: Protect drm_connector_register_all() under DRIVER_MODESET
by Chris Wilson
· 9 years ago
e28cd4d
drm: Automatically register/unregister all connectors
by Chris Wilson
· 9 years ago
b209aca
drm: Export drm_dev_init() for subclassing
by Chris Wilson
· 9 years ago
6548f4e
drm: Move master functions into drm_auth.c
by Daniel Vetter
· 9 years ago
34a839c
drm: Link directly from drm_master to drm_device
by Daniel Vetter
· 9 years ago
d14d2a8
drm: Remove dev_pm_ops from drm_class
by Lukas Wunner
· 9 years ago
1d2ac40
drm: Protect dev->filelist with its own mutex
by Daniel Vetter
· 9 years ago
40647e4
drm: Hide master MAP cleanup in drm_bufs.c
by Daniel Vetter
· 9 years ago
0d787b1
drm: Push struct_mutex into ->master_destroy
by Daniel Vetter
· 9 years ago
6dc3e22
drm: Make drm.debug parameter description more helpful
by Ezequiel Garcia
· 9 years ago
54d2c2d
drm: Introduce drm_connector_register_all() helper
by Alexey Brodkin
· 9 years ago
d9d8c4c
drm: move MODULE_PARM_DESC to other file
by Dan Carpenter
· 9 years ago
e112e59
drm: use dev_name as default unique name in drm_dev_alloc()
by Nicolas Iooss
· 9 years ago
Next »