index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
drm
/
drmP.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-10
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
Damien Lespiau
1
-2
/
+0
2014-06-06
drm: Introduce drm_dev_set_unique()
Thierry Reding
1
-0
/
+2
2014-06-05
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
1
-5
/
+0
2014-05-21
drm/irq: Add kms-native crtc interface functions
Daniel Vetter
1
-0
/
+5
2014-05-20
drm: Add drm_vblank_on()
Ville Syrjälä
1
-0
/
+1
2014-05-20
drm: Make the vblank disable timer per-crtc
Ville Syrjälä
1
-1
/
+3
2014-05-01
Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...
Dave Airlie
1
-25
/
+8
2014-04-23
drm: Remove dev->kdriver
Daniel Vetter
1
-5
/
+0
2014-04-23
drm: remove drm_bus->get_name
Daniel Vetter
1
-1
/
+0
2014-04-23
drm: rip out dev->devname
Daniel Vetter
1
-1
/
+0
2014-04-23
drm: inline drm_pci_set_unique
Daniel Vetter
1
-2
/
+3
2014-04-23
drm: remove bus->get_irq implementations
Daniel Vetter
1
-1
/
+0
2014-04-23
drm: pass the irq explicitly to drm_irq_install
Daniel Vetter
1
-1
/
+1
2014-04-23
drm/irq: track the irq installed in drm_irq_install in dev->irq
Daniel Vetter
1
-0
/
+2
2014-04-23
drm: rename dev->count_lock to dev->buf_lock
Daniel Vetter
1
-1
/
+1
2014-04-23
drm: Rip out totally bogus vga_switcheroo->can_switch locking
Daniel Vetter
1
-1
/
+1
2014-04-22
drm: kill drm_bus->bus_type
Daniel Vetter
1
-6
/
+0
2014-04-22
drm: remove drm_dev_to_irq from drivers
Daniel Vetter
1
-5
/
+0
2014-04-22
drm/pci: fold in irq_by_busid support
Daniel Vetter
1
-1
/
+0
2014-04-09
Merge remote-tracking branch 'airlied/drm-next' into HEAD
Daniel Vetter
1
-92
/
+81
2014-04-02
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
1
-0
/
+6
2014-04-02
drm: Make drm_clflush_virt_range() void*
Ville Syrjälä
1
-1
/
+1
2014-03-28
drm: Add a function to get the ioctl flags
Thomas Hellstrom
1
-0
/
+1
2014-03-28
drm: Protect the master management with a drm_device::master_mutex v3
Thomas Hellstrom
1
-21
/
+25
2014-03-28
drm: Remove the minor master list
Thomas Hellstrom
1
-2
/
+0
2014-03-28
drm: Improve on minor type helpers v3
Thomas Hellstrom
1
-1
/
+6
2014-03-28
drm: Make control nodes master-less v3
Thomas Hellstrom
1
-0
/
+5
2014-03-28
drm: Remove the prefix argument of drm_ut_debug_printk()
Lespiau, Damien
1
-11
/
+6
2014-03-28
drm: Pull the test on drm_debug in the logging macros
Lespiau, Damien
1
-12
/
+15
2014-03-28
drm: Remove the now unused DRM_LOG* macros
Lespiau, Damien
1
-19
/
+0
2014-03-28
drm: Remove the unused (and unusable) DRM_LOG_MODE()
Lespiau, Damien
1
-6
/
+0
2014-03-28
drm: Refresh the explanation of debug categories
Lespiau, Damien
1
-30
/
+27
2014-03-18
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
1
-1
/
+1
2014-03-18
Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-...
Dave Airlie
1
-29
/
+0
2014-03-16
Merge branch 'drm-minor' into drm-next
David Herrmann
1
-15
/
+26
2014-03-16
drm: remove redundant minor->device field
David Herrmann
1
-1
/
+0
2014-03-16
drm: add minor-lookup/release helpers
David Herrmann
1
-0
/
+4
2014-03-16
drm: provide device-refcount
David Herrmann
1
-1
/
+4
2014-03-16
drm: turn DRM_MINOR_* into enum
David Herrmann
1
-3
/
+6
2014-03-16
drm: remove unused DRM_MINOR_UNASSIGNED
David Herrmann
1
-1
/
+0
2014-03-16
drm: group dev-lifetime related members
David Herrmann
1
-9
/
+12
2014-03-16
drm: use anon-inode instead of relying on cdevs
David Herrmann
1
-1
/
+1
2014-03-13
drm: extract drm_modes.h for drm_crtc.h functions
Daniel Vetter
1
-29
/
+0
2014-02-05
drm: add DRM_INFO_ONCE() to print a one-time DRM_INFO() message
Jani Nikula
1
-0
/
+3
2014-01-20
drm: Pass 'flags' from the caller to .get_scanout_position()
Ville Syrjälä
1
-0
/
+2
2014-01-20
drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()
Ville Syrjälä
1
-1
/
+2
2014-01-20
drm: Pass the display mode to drm_calc_timestamping_constants()
Ville Syrjälä
1
-1
/
+2
2014-01-14
drm: store the gem vma offset manager in a typed pointer
Daniel Vetter
1
-8
/
+1
2013-12-18
drm: remove dev->vma_count
Daniel Vetter
1
-1
/
+0
2013-12-18
drm: Kill file_priv->ioctl_count tracking
Daniel Vetter
1
-1
/
+0
[next]