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
/
drivers
/
gpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-10-06
41
-219
/
+227
*
drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK
Joonas Lahtinen
2015-10-05
5
-7
/
+8
*
drm: Don't zero vblank timestamps from the irq handler
Ville Syrjälä
2015-10-01
1
-3
/
+4
*
drm: Hack around CONFIG_AGP=m build failures
Daniel Vetter
2015-10-01
1
-0
/
+2
*
drm/i915: Remove setparam ioctl
Daniel Vetter
2015-09-30
4
-34
/
+3
*
drm/vmwgfx: Stop checking for DRM_UNLOCKED
Daniel Vetter
2015-09-30
1
-8
/
+0
*
drm/drm_ioctl.c: kerneldoc
Daniel Vetter
2015-09-30
1
-22
/
+54
*
drm: Define a drm_invalid_op ioctl implementation
Daniel Vetter
2015-09-30
2
-67
/
+34
*
drm: Remove __OS_HAS_AGP
Daniel Vetter
2015-09-30
14
-55
/
+52
*
drm/doc: Update docs about device instance setup
Daniel Vetter
2015-09-30
3
-4
/
+65
*
Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-09-30
51
-417
/
+842
|
\
|
*
drm/irq: Add drm_crtc_vblank_count_and_time()
Thierry Reding
2015-09-24
1
-0
/
+23
|
*
drm/irq: Rename drm_crtc -> crtc
Thierry Reding
2015-09-24
1
-4
/
+4
|
*
drm: drm_atomic_crtc_get_property should be static
Geliang Tang
2015-09-24
1
-1
/
+2
|
*
drm/gma500: Remove DP_LINK_STATUS_SIZE redefinition
Thierry Reding
2015-09-24
1
-1
/
+0
|
*
drm/core: Preserve the fb id on close.
Maarten Lankhorst
2015-09-24
1
-11
/
+1
|
*
drm/core: Preserve the framebuffer after removing it.
Maarten Lankhorst
2015-09-24
1
-2
/
+2
|
*
drm: Use vblank timestamps to guesstimate how many vblanks were missed
Ville Syrjälä
2015-09-24
1
-115
/
+91
|
*
drm: store_vblank() is never called with NULL timestamp
Ville Syrjälä
2015-09-24
1
-7
/
+5
|
*
drm: Clean up drm_calc_vbltimestamp_from_scanoutpos() vbl_status
Ville Syrjälä
2015-09-24
1
-11
/
+8
|
*
drm: Limit the number of .get_vblank_counter() retries
Ville Syrjälä
2015-09-24
1
-2
/
+4
|
*
drm: Pass flags to drm_update_vblank_count()
Ville Syrjälä
2015-09-24
1
-4
/
+5
|
*
drm/i915: Fix vblank count variable types
Ville Syrjälä
2015-09-24
1
-2
/
+2
|
*
drm: Kill pixeldur_ns
Ville Syrjälä
2015-09-24
1
-8
/
+5
|
*
drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
Ville Syrjälä
2015-09-24
10
-32
/
+39
|
*
drm: Move timestamping constants into drm_vblank_crtc
Ville Syrjälä
2015-09-24
5
-13
/
+13
|
*
drm/fbdev: Update legacy plane->fb refcounting for atomic restore
Matt Roper
2015-09-24
1
-5
/
+18
|
*
drm: Spell vga_switcheroo consistently
Lukas Wunner
2015-09-24
1
-1
/
+1
|
*
drm: s/int crtc/unsigned int pipe/ straggles
Ville Syrjälä
2015-09-24
1
-8
/
+8
|
*
Merge tag 'v4.3-rc2' into topic/drm-misc
Daniel Vetter
2015-09-24
31
-273
/
+293
|
|
\
|
*
|
drm/i915: enable atomic fb-helper
Rob Clark
2015-09-16
1
-0
/
+2
|
*
|
drm/fb-helper: atomic pan_display()..
Rob Clark
2015-09-16
1
-0
/
+57
|
*
|
drm/fb-helper: atomic restore_fbdev_mode()..
Rob Clark
2015-09-16
2
-53
/
+151
|
*
|
drm/atomic-helper: Don't skip plane disabling on active CRTC
Laurent Pinchart
2015-09-13
1
-6
/
+18
|
*
|
drm/core: Do not call drm_framebuffer_remove internally during teardown.
Maarten Lankhorst
2015-09-09
1
-1
/
+1
|
*
|
drm: move drm_class into drm_sysfs.c
David Herrmann
2015-09-09
3
-31
/
+24
|
*
|
drm: simplify drm_sysfs_destroy() via IS_ERR_OR_NULL()
David Herrmann
2015-09-09
1
-1
/
+1
|
*
|
drm: Make drm_av_sync_delay() 'mode' argument const
Ville Syrjälä
2015-09-09
1
-1
/
+1
|
*
|
drm: Remove the 'mode' argument from drm_select_eld()
Ville Syrjälä
2015-09-09
2
-4
/
+2
|
*
|
drm: Make some modes const when iterating through them
Ville Syrjälä
2015-09-09
1
-1
/
+1
|
*
|
drm/dp: Use I2C_WRITE_STATUS_UPDATE to drain partial I2C_WRITE requests
Ville Syrjälä
2015-09-08
1
-4
/
+39
|
*
|
drm/tegra: Handle I2C_WRITE_STATUS_UPDATE for address only writes
Ville Syrjälä
2015-09-08
1
-0
/
+1
|
*
|
drm/radeon: Handle DP_AUX_I2C_WRITE_STATUS_UPDATE
Ville Syrjälä
2015-09-08
1
-0
/
+1
|
*
|
drm/i915: Handle DP_AUX_I2C_WRITE_STATUS_UPDATE
Ville Syrjälä
2015-09-08
1
-0
/
+1
|
*
|
drm/dp: s/I2C_STATUS/I2C_WRITE_STATUS_UPDATE/
Ville Syrjälä
2015-09-08
1
-1
/
+1
|
*
|
drm/atomic-helper: Implement drm_atomic_helper_duplicate_state()
Thierry Reding
2015-09-08
1
-0
/
+78
|
*
|
drm/atomic-helper: Pimp docs with recommendations for rpm drivers
Daniel Vetter
2015-09-08
1
-0
/
+32
|
*
|
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
2015-09-08
7
-8
/
+24
|
*
|
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
Maarten Lankhorst
2015-09-08
9
-36
/
+38
|
*
|
drm/atomic: Make sure lock is held in trylock contexts.
Maarten Lankhorst
2015-09-08
1
-0
/
+2
[next]