index
:
Linux Stable
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-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
/
drm_crtc_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm: do not set crtc enabled field twice
Ilija Hadzic
2013-11-06
1
-2
/
+1
*
drm: fix error recovery path in drm_crtc_helper_set_mode
Ilija Hadzic
2013-11-06
1
-4
/
+7
*
drm: restore crtc origin if mode_set_base fails
Ilija Hadzic
2013-11-06
1
-0
/
+2
*
drm: eliminate old_fb from drm_crtc_helper_set_config
Ilija Hadzic
2013-11-06
1
-8
/
+4
*
drm: remove redundant if statement
Ilija Hadzic
2013-11-06
1
-2
/
+1
*
Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux int...
Dave Airlie
2013-11-05
1
-0
/
+8
|
\
|
*
drm: Track the proper DPMS mode of connectors
Thierry Reding
2013-10-31
1
-0
/
+8
*
|
Merge tag 'drm-intel-next-2013-10-18' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-10-25
1
-0
/
+4
|
\
\
|
*
|
drm: Add separate Kconfig option for fbdev helpers
Daniel Vetter
2013-10-11
1
-0
/
+4
|
|
/
*
/
drm: return if changed in drm_helper_hpd_irq_event()
Marc-André Lureau
2013-10-23
1
-2
/
+4
|
/
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
2013-10-10
1
-3
/
+3
|
\
|
*
drm: Fix comment referring to the long gone ->probe() connector vfunc
Lespiau, Damien
2013-10-09
1
-3
/
+3
*
|
drm: Make exposing stereo modes a per-connector opt-in
Damien Lespiau
2013-10-01
1
-1
/
+7
|
/
*
drm: Add drm_bridge
Sean Paul
2013-09-02
1
-19
/
+70
*
drm/crtc-helper: explicit DPMS on after modeset
Daniel Vetter
2013-07-22
1
-16
/
+11
*
Revert "drm: kms_helper: don't lose hotplug event"
Dave Airlie
2013-06-28
1
-31
/
+1
*
drm: kms_helper: don't lose hotplug event
Daniel Vetter
2013-06-27
1
-1
/
+31
*
drm/crtc-helper: explicit DPMS on after modeset
Daniel Vetter
2013-06-25
1
-6
/
+16
*
drm/crtc-helper: no need to check for fb->depth/bpp
Daniel Vetter
2013-06-25
1
-5
/
+0
*
drm/crtc-helpers: Enforce sane set_config api
Daniel Vetter
2013-06-25
1
-7
/
+6
*
drm: Sort connector modes based on vrefresh
Ville Syrjälä
2013-06-11
1
-2
/
+3
*
drm: Only print a debug message when the polled connector has changed
Lespiau, Damien
2013-05-13
1
-6
/
+13
*
drm: Make the HPD status updates debug logs more readable
Lespiau, Damien
2013-05-13
1
-4
/
+6
*
drm: Don't prune modes loudly when a connector is disconnected
Damien Lespiau
2013-05-10
1
-1
/
+3
*
drm: Perform a full mode set when the pixel format changed
Laurent Pinchart
2013-04-22
1
-0
/
+3
*
drm/doc: integrate crtc helper api into docbook
Daniel Vetter
2012-11-28
1
-24
/
+42
*
drm: don't unnecessarily enable the polling work
Daniel Vetter
2012-11-20
1
-3
/
+3
*
drm: don't poll forced connectors
Daniel Vetter
2012-11-20
1
-0
/
+4
*
drm: don't start the poll engine in probe_single_connector
Daniel Vetter
2012-11-20
1
-1
/
+6
*
drm: run the hpd irq event code directly
Daniel Vetter
2012-11-20
1
-13
/
+1
*
drm: handle HPD and polled connectors separately
Daniel Vetter
2012-11-20
1
-9
/
+42
*
drm: extract drm_kms_helper_hotplug_event
Daniel Vetter
2012-11-20
1
-6
/
+11
*
drm: fix documentation for drm_crtc_set_mode()
Alex Deucher
2012-11-20
1
-2
/
+2
*
drm: add helper to sort panels to the head of the connector list
Daniel Vetter
2012-11-11
1
-0
/
+18
*
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...
Linus Torvalds
2012-10-03
1
-6
/
+6
|
\
|
*
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-6
/
+6
*
|
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
2012-08-20
1
-3
/
+3
|
/
*
drm: Don't initialize local ret variable when not needed
Laurent Pinchart
2012-05-22
1
-1
/
+1
*
drm: Move drm_format_num_planes() to drm_crtc.c
Ville Syrjälä
2012-04-20
1
-33
/
+0
*
drm: allow loading an EDID as firmware to override broken monitor
Carsten Emde
2012-03-20
1
-1
/
+7
*
drm: Handle drm_object_get() failures
Ville Syrjälä
2012-03-15
1
-0
/
+2
*
drm crtc_helper: use list_for_each_entry
Sascha Hauer
2012-02-03
1
-6
/
+6
*
drm: Add drm_format_num_planes() utility function
Ville Syrjälä
2011-12-20
1
-0
/
+33
*
drm: call connector dpms fxn, when setting config
Rob Clark
2011-12-20
1
-1
/
+1
*
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
2011-12-20
1
-2
/
+38
|
\
|
*
drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)
Chris Wilson
2011-12-02
1
-2
/
+25
|
*
drm: try to restore previous CRTC config if mode set fails
Jesse Barnes
2011-11-11
1
-0
/
+13
*
|
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2011-12-20
1
-1
/
+6
*
|
drm: move the fb bpp/depth helper into the core.
Dave Airlie
2011-11-29
1
-42
/
+1
*
|
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
2011-11-15
1
-4
/
+47
|
/
[prev]
[next]