index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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
*
drivers/gpu/drm: Update WARN uses
Joe Perches
2010-11-09
1
-1
/
+1
*
drm: Use a nondestructive mode for output detect when polling (v2)
Chris Wilson
2010-09-14
1
-2
/
+2
*
drm: Use a nondestructive mode for output detect when polling
Chris Wilson
2010-09-13
1
-2
/
+2
*
drm: Only decouple the old_fb from the crtc is we call mode_set*
Chris Wilson
2010-09-13
1
-2
/
+2
*
drm: Fix regression in disable polling e58f637
Chris Wilson
2010-09-13
1
-1
/
+1
*
drm: Do not force 1024x768 modes on unknown connectors
Chris Wilson
2010-09-07
1
-4
/
+3
*
drm/kms: Add a module parameter to disable polling
Chris Wilson
2010-09-07
1
-2
/
+15
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-12
1
-5
/
+5
|
\
|
*
drm: Only set DPMS once on the CRTC not after every encoder.
Chris Wilson
2010-08-10
1
-5
/
+5
*
|
drm: fix fallouts from slow-work -> wq conversion
Tejun Heo
2010-08-09
1
-12
/
+4
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2010-08-07
1
-19
/
+10
|
\
\
|
|
/
|
/
|
|
*
drm: use workqueue instead of slow-work
Tejun Heo
2010-07-22
1
-19
/
+10
*
|
drm: unify crtc,connector,encoder,fb debug printing
Jerome Glisse
2010-07-16
1
-15
/
+29
*
|
drm: disable encoder rather than dpms off in drm_crtc_prepare_encoders()
Ben Skeggs
2010-07-13
1
-8
/
+14
*
|
drm/kms: add crtc disable function
Alex Deucher
2010-07-07
1
-1
/
+4
|
/
*
drm/kms: disable/enable poll around switcheroo on/off
Dave Airlie
2010-06-01
1
-6
/
+22
*
drm/fbdev: rework output polling to be back in the core. (v4)
Dave Airlie
2010-05-18
1
-0
/
+95
*
drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list
Dave Airlie
2010-04-07
1
-4
/
+0
*
drm/fb: fix fbdev object model + cleanup properly.
Dave Airlie
2010-04-07
1
-390
/
+1
*
drm: remove the EDID blob stored in the EDID property when it is disconnected
Zhao Yakui
2010-03-15
1
-0
/
+1
*
drm/kms: fix fb_changed = true else statement
Dave Airlie
2010-02-11
1
-5
/
+1
*
drm: change drm set mode messages as DRM_DEBUG
Dave Young
2010-01-13
1
-1
/
+1
*
drm: fix crtc no modes printf + typo
Dave Airlie
2010-01-13
1
-1
/
+2
*
drm: reduce WARN_ON to a printk.
Dave Airlie
2010-01-11
1
-1
/
+1
*
drm: Keep disabled outputs disabled after suspend / resume
David John
2010-01-11
1
-1
/
+23
*
drm: disable all the possible outputs/crtcs before entering KMS mode
Zhao Yakui
2009-12-09
1
-0
/
+3
*
Merge branch 'drm-core-next' into drm-linus
Dave Airlie
2009-12-08
1
-1
/
+1
|
\
|
*
drm/modes: Fall back to 1024x768 instead of 800x600
Adam Jackson
2009-11-24
1
-1
/
+1
*
|
drm/kms: Init the CRTC info fields for modes forced from the command line.
Francisco Jerez
2009-11-10
1
-0
/
+1
|
/
*
drm/kms: protect against fb helper not being created.
Dave Airlie
2009-09-26
1
-2
/
+11
*
drm/kms: start adding command line interface using fb.
Dave Airlie
2009-09-25
1
-5
/
+74
*
drm: update crtc x/y when only fb changes
Ben Skeggs
2009-09-18
1
-0
/
+3
*
drm: prune modes when output is disconnected.
Adam Jackson
2009-09-08
1
-2
/
+2
*
drm/kms: remove old std mode fallback code.
Dave Airlie
2009-09-07
1
-54
/
+2
*
drm/kms/i915: Add the default mode for CRT output without EDID
ykzhao
2009-09-07
1
-2
/
+5
*
drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULL
Maarten Maathuis
2009-09-02
1
-1
/
+2
*
drm/crtc: fix mismerge of last patch.
Dave Airlie
2009-09-02
1
-2
/
+2
*
drm/kms: add explicit encoder disable function and detach harder.
Dave Airlie
2009-09-02
1
-4
/
+20
*
drm/crtc_helper: NULL encoder->crtc when switching encoders
Maarten Maathuis
2009-08-31
1
-0
/
+4
*
drm/crtc_helper: replace modeset fail path with something simpler
Maarten Maathuis
2009-08-31
1
-32
/
+54
*
Merge Linus master to drm-next
Dave Airlie
2009-08-20
1
-2
/
+4
|
\
|
*
drm: Catch stop possible NULL pointer reference
Jakob Bornecrantz
2009-08-04
1
-2
/
+4
*
|
drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMS
Zhao Yakui
2009-08-04
1
-20
/
+24
|
/
*
drm: Disable the unused connectors explicitly when resuming with KMS.
Zhao Yakui
2009-07-10
1
-0
/
+2
*
drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...
Keith Packard
2009-06-04
1
-2
/
+107
*
drm/kms: don't try to shortcut drm mode set function
Dave Airlie
2009-04-24
1
-19
/
+0
*
drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config
Jesse Barnes
2009-04-03
1
-2
/
+1
*
drm: sync the mode validation for INTERLACE/DBLSCAN
yakui_zhao
2009-04-03
1
-0
/
+28
*
drm: disable encoders before re-routing them
Jesse Barnes
2009-02-25
1
-4
/
+72
*
drm: Propagate failure from setting crtc base.
Chris Wilson
2009-02-20
1
-4
/
+11
[next]