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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
3
-44
/
+43
2013-10-09
drm/dp: add helper for checking DP_ENHANCED_FRAME_CAP in DPCD
Jani Nikula
1
-0
/
+7
2013-10-09
drm: Kill drm perf counter leftovers
Ville Syrjälä
1
-7
/
+0
2013-10-09
drm: Remove pci_vendor and pci_device from struct drm_device
Ville Syrjälä
1
-2
/
+0
2013-10-09
drm: Kill ctx_count from struct drm_device
Ville Syrjälä
1
-1
/
+0
2013-10-09
drm: Kill unused stuff from struct drm_device
Ville Syrjälä
1
-2
/
+0
2013-10-09
drm: Make irq_enabled bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
1
-10
/
+16
2013-10-09
drm: Make vblank_enabled bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Make vblank_inmodeset unsigned
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Make vblank_disable_allowed bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: move device unregistration into drm_dev_unregister()
David Herrmann
1
-0
/
+1
2013-10-09
drm: introduce drm_dev_free() to fix error paths
David Herrmann
1
-0
/
+1
2013-10-09
drm: merge device setup into drm_dev_register()
David Herrmann
1
-3
/
+1
2013-10-09
drm: add drm_dev_alloc() helper
David Herrmann
1
-0
/
+2
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-5
/
+0
2013-10-01
drm: Reject stereo modes with an unknown layout
Damien Lespiau
1
-0
/
+2
2013-10-01
drm: Code stereo layouts as an enum rather than a bit field
Damien Lespiau
1
-9
/
+0
2013-10-01
drm: Implement timings adjustments for frame packing
Damien Lespiau
1
-1
/
+2
2013-10-01
drm: Introduce a crtc_clock for struct drm_display_mode
Damien Lespiau
1
-0
/
+1
2013-10-01
drm: Remove synth_clock from struct drm_display_mode
Damien Lespiau
1
-1
/
+0
2013-10-01
drm: Remove clock_index from struct drm_display_mode
Damien Lespiau
1
-1
/
+0
2013-10-01
drm: Make exposing stereo modes a per-connector opt-in
Damien Lespiau
1
-0
/
+2
2013-10-01
drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes
Damien Lespiau
1
-1
/
+1
2013-10-01
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
Damien Lespiau
1
-0
/
+3
2013-10-01
drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo
Damien Lespiau
1
-0
/
+14
2013-10-01
drm: Add a SET_CLIENT_CAP ioctl
Damien Lespiau
1
-0
/
+2
2013-10-01
drm/dp: constify DP DPCD helpers
Jani Nikula
1
-8
/
+8
2013-10-01
drm/edid: add drm_edid_duplicate
Jani Nikula
1
-0
/
+1
2013-10-01
drm/dp: add defines for downstream port types
Jani Nikula
1
-4
/
+4
2013-09-20
Revert "drm: mark context support as a legacy subsystem"
Dave Airlie
1
-4
/
+3
2013-09-11
drm/radeon: add some additional berlin pci ids
Alex Deucher
1
-0
/
+3
2013-09-10
Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danve...
Dave Airlie
2
-0
/
+245
2013-09-05
drm/exynos: fimd: replace struct fb_videomode with videomode
Andrzej Hajda
1
-1
/
+2
2013-09-03
x86: add early quirk for reserving Intel graphics stolen memory v5
Jesse Barnes
1
-0
/
+32
2013-09-03
drm/i915: split PCI IDs out into i915_drm.h v4
Jesse Barnes
2
-0
/
+213
2013-09-02
drm: Add drm_bridge
Sean Paul
1
-0
/
+55
2013-09-02
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-7
/
+26
2013-08-31
drm/radeon: add berlin pci ids
Alex Deucher
1
-0
/
+18
2013-08-31
drm/edid: add a helper function to extract the speaker allocation data block ...
Alex Deucher
1
-0
/
+1
2013-08-30
drm: Advertise async page flip ability through GETCAP ioctl
Keith Packard
1
-0
/
+3
2013-08-30
drm: Pass page flip ioctl flags to driver
Keith Packard
1
-1
/
+2
2013-08-30
drm: Remove the dithering_mode_property field
Damien Lespiau
1
-1
/
+0
2013-08-30
drm: implement experimental render nodes
David Herrmann
1
-0
/
+9
2013-08-30
drm: Add a helper to forge HDMI vendor infoframes
Lespiau, Damien
1
-0
/
+4
2013-08-30
drm: Don't export drm_find_cea_extension() any more
Lespiau, Damien
1
-1
/
+0
2013-08-29
drm: allow open of dynamic off devices.
Dave Airlie
1
-0
/
+1
2013-08-27
drm/vma: add access management helpers
David Herrmann
1
-3
/
+36
2013-08-21
drm/prime: Always add exported buffers to the handle cache
Daniel Vetter
1
-1
/
+1
2013-08-21
drm/prime: make drm_prime_lookup_buf_handle static
Daniel Vetter
1
-1
/
+0
[next]