index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
/
drm_drv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel: add dedicated minor for accelerator devices
Oded Gabbay
2022-11-22
1
-0
/
+8
*
drm: Move nomodeset kernel parameter to drivers/video
Thomas Zimmermann
2022-11-16
1
-1
/
+7
*
drm: Return error codes from struct drm_driver.gem_create_object
Thomas Zimmermann
2021-12-02
1
-2
/
+3
*
drm: Decouple nomodeset from CONFIG_VGA_CONSOLE
Javier Martinez Canillas
2021-11-27
1
-4
/
+0
*
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
2021-11-27
1
-0
/
+5
*
drm: Update documentation and TODO of gem_prime_mmap hook
Thomas Zimmermann
2021-11-11
1
-4
/
+7
*
drm: IRQ midlayer is now legacy
Thomas Zimmermann
2021-08-10
1
-40
/
+4
*
drm: Fix 3 typos in the inline doc
Dafna Hirschfeld
2021-03-26
1
-1
/
+1
*
drm: Move legacy device list out of drm_driver
Laurent Pinchart
2021-01-05
1
-2
/
+0
*
drm: Allow const struct drm_driver
Daniel Vetter
2020-11-06
1
-2
/
+3
*
drm: Compile out legacy chunks from struct drm_device
Daniel Vetter
2020-11-06
1
-0
/
+2
*
drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver
Thomas Zimmermann
2020-09-25
1
-81
/
+4
*
drm/dev: Remove drm_dev_init
Daniel Vetter
2020-09-21
1
-4
/
+0
*
drm/managed: Cleanup of unused functions and polishing docs
Daniel Vetter
2020-09-03
1
-10
/
+6
*
drm: vmwgfx: remove drm_driver::master_set() return type
Emil Velikov
2020-06-15
1
-2
/
+2
*
drm: Remove struct drm_driver.gem_print_info
Thomas Zimmermann
2020-06-10
1
-17
/
+0
*
drm/gem: fold drm_gem_object_put_unlocked and __drm_gem_object_put()
Emil Velikov
2020-05-19
1
-2
/
+0
*
drm: remove drm_driver::gem_free_object
Emil Velikov
2020-05-19
1
-8
/
+0
*
drm: Add devm_drm_dev_alloc macro
Daniel Vetter
2020-04-28
1
-0
/
+33
*
drm: Add docs for managed resources
Daniel Vetter
2020-03-26
1
-0
/
+4
*
drm: Garbage collect drm_dev_fini
Daniel Vetter
2020-03-26
1
-4
/
+1
*
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-18
1
-1
/
+1
*
drm: Clean-up VBLANK-related callbacks in struct drm_driver
Thomas Zimmermann
2020-02-13
1
-150
/
+3
*
drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
Thomas Zimmermann
2020-02-13
1
-5
/
+2
*
drm/auth: Drop master_create/destroy hooks
Daniel Vetter
2020-01-29
1
-14
/
+0
*
drm: add drm_core_check_all_features() to check for a mask of features
Jani Nikula
2020-01-25
1
-2
/
+22
*
drm/print: move drm_debug variable to drm_print.[ch]
Jani Nikula
2019-10-02
1
-2
/
+0
*
drm/prime: Ditch gem_prime_res_obj hook
Daniel Vetter
2019-07-31
1
-12
/
+0
*
drm/prime: Align gem_prime_export with obj_funcs.export
Daniel Vetter
2019-06-21
1
-2
/
+2
*
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
1
-6
/
+0
*
drm/prime: Update docs
Daniel Vetter
2019-06-21
1
-14
/
+90
*
drm: introduce a capability flag for syncobj timeline support
Lionel Landwerlin
2019-05-02
1
-0
/
+7
*
drm/doc: fix missing verb
Luca Ceresoli
2019-03-25
1
-3
/
+3
*
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-03-06
1
-1
/
+1
|
\
|
*
Merge tag 'drm-misc-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-03-05
1
-1
/
+1
|
|
\
|
|
*
drm: annotate drm_core_check_feature() dev arg. as const
Emil Velikov
2019-02-13
1
-1
/
+1
*
|
|
drm: Add devm_drm_dev_init()
Noralf Trønnes
2019-03-04
1
-0
/
+3
|
/
/
*
|
drm/irq: Ditch DRIVER_IRQ_SHARED
Daniel Vetter
2019-01-29
1
-16
/
+6
*
|
drm: Switch DRIVER_ flags to an enum
Daniel Vetter
2019-01-29
1
-17
/
+124
*
|
drm/doc: Add a warning to drm_dev_is_unplugged
Daniel Vetter
2019-01-29
1
-0
/
+4
|
/
*
drm: Improve dumb callback docs
Daniel Vetter
2018-11-27
1
-2
/
+7
*
drm: remove deprecated "drm_dev_unref" function
Fernando Ramos
2018-11-24
1
-1
/
+0
*
drm/driver: Add defaults for .gem_prime_export/import callbacks
Noralf Trønnes
2018-11-20
1
-0
/
+4
*
BackMerge v4.19-rc5 into drm-next
Dave Airlie
2018-09-27
1
-1
/
+1
|
\
|
*
drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers.
Dave Airlie
2018-09-18
1
-1
/
+1
*
|
drm: Introduce per-device driver_features
Ville Syrjälä
2018-09-13
1
-4
/
+4
*
|
drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirk
Gerd Hoffmann
2018-09-06
1
-1
/
+0
|
/
*
drm: move drv test macros out of drmP.h
Daniel Vetter
2018-07-13
1
-0
/
+29
*
Merge airlied/drm-next into drm-misc-next
Sean Paul
2018-03-30
1
-0
/
+1
|
\
|
*
drm/nouveau: prefer XBGR2101010 for addfb ioctl
Ilia Mirkin
2018-02-23
1
-0
/
+1
[next]