index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-13
drm: change drm set mode messages as DRM_DEBUG
Dave Young
1
-1
/
+1
2010-01-13
drm: fix crtc no modes printf + typo
Dave Airlie
1
-1
/
+2
2010-01-11
drm: reduce WARN_ON to a printk.
Dave Airlie
1
-1
/
+1
2010-01-11
drm: Keep disabled outputs disabled after suspend / resume
David John
1
-1
/
+23
2009-12-09
drm: disable all the possible outputs/crtcs before entering KMS mode
Zhao Yakui
1
-0
/
+3
2009-12-08
Merge branch 'drm-core-next' into drm-linus
Dave Airlie
1
-1
/
+1
2009-11-24
drm/modes: Fall back to 1024x768 instead of 800x600
Adam Jackson
1
-1
/
+1
2009-11-10
drm/kms: Init the CRTC info fields for modes forced from the command line.
Francisco Jerez
1
-0
/
+1
2009-09-26
drm/kms: protect against fb helper not being created.
Dave Airlie
1
-2
/
+11
2009-09-25
drm/kms: start adding command line interface using fb.
Dave Airlie
1
-5
/
+74
2009-09-18
drm: update crtc x/y when only fb changes
Ben Skeggs
1
-0
/
+3
2009-09-08
drm: prune modes when output is disconnected.
Adam Jackson
1
-2
/
+2
2009-09-07
drm/kms: remove old std mode fallback code.
Dave Airlie
1
-54
/
+2
2009-09-07
drm/kms/i915: Add the default mode for CRT output without EDID
ykzhao
1
-2
/
+5
2009-09-02
drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULL
Maarten Maathuis
1
-1
/
+2
2009-09-02
drm/crtc: fix mismerge of last patch.
Dave Airlie
1
-2
/
+2
2009-09-02
drm/kms: add explicit encoder disable function and detach harder.
Dave Airlie
1
-4
/
+20
2009-08-31
drm/crtc_helper: NULL encoder->crtc when switching encoders
Maarten Maathuis
1
-0
/
+4
2009-08-31
drm/crtc_helper: replace modeset fail path with something simpler
Maarten Maathuis
1
-32
/
+54
2009-08-20
Merge Linus master to drm-next
Dave Airlie
1
-2
/
+4
2009-08-04
drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMS
Zhao Yakui
1
-20
/
+24
2009-08-04
drm: Catch stop possible NULL pointer reference
Jakob Bornecrantz
1
-2
/
+4
2009-07-10
drm: Disable the unused connectors explicitly when resuming with KMS.
Zhao Yakui
1
-0
/
+2
2009-06-04
drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...
Keith Packard
1
-2
/
+107
2009-04-24
drm/kms: don't try to shortcut drm mode set function
Dave Airlie
1
-19
/
+0
2009-04-03
drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config
Jesse Barnes
1
-2
/
+1
2009-04-03
drm: sync the mode validation for INTERLACE/DBLSCAN
yakui_zhao
1
-0
/
+28
2009-02-25
drm: disable encoders before re-routing them
Jesse Barnes
1
-4
/
+72
2009-02-20
drm: Propagate failure from setting crtc base.
Chris Wilson
1
-4
/
+11
2009-02-20
drm: Check for a NULL encoder when reverting on error path
Chris Wilson
1
-1
/
+5
2009-01-16
drm: handle depth & bpp changes correctly
Jesse Barnes
1
-15
/
+33
2009-01-16
drm: initial KMS config fixes
Jesse Barnes
1
-34
/
+93
2008-12-29
drm: pin new and unpin old buffer when setting a mode.
Kristian Høgsberg
1
-7
/
+13
2008-12-29
drm: sanitise drm modesetting API + remove unused hotplug
Jakob Bornecrantz
1
-2
/
+0
2008-12-29
drm: pick an 800x600@60HZ mode by default for unknown CRT.
Dave Airlie
1
-4
/
+4
2008-12-29
DRM: add mode setting support
Dave Airlie
1
-0
/
+822