index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
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
*
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
|
/
*
gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-10-31
1
-0
/
+2
*
drm: Add KMS debug printk's for encoder and crtc fixup failure
Adam Jackson
2011-10-11
1
-0
/
+2
*
drm: bpp and depth changes require full mode sets
Jesse Barnes
2011-07-07
1
-0
/
+5
*
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2011-02-04
1
-10
/
+11
|
\
|
*
drm: Avoid leak of adjusted mode along quick set_mode paths
Chris Wilson
2011-01-31
1
-5
/
+3
|
*
drm: Simplify and defend later checks when disabling a crtc
Chris Wilson
2011-01-31
1
-3
/
+6
|
*
drm: Don't switch fb when disabling an output
Chris Wilson
2011-01-31
1
-2
/
+2
*
|
drm: Only set DPMS ON when actually configuring a mode
Keith Packard
2011-02-04
1
-6
/
+6
|
/
*
drm: Restore the old_fb upon modeset failure
Chris Wilson
2011-01-10
1
-1
/
+4
*
Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next
Dave Airlie
2011-01-05
1
-2
/
+5
|
\
|
*
drm: Include the connector name in the output_poll_execute() debug message
Chris Wilson
2010-12-22
1
-1
/
+4
|
*
Revert "drm: Don't try and disable an encoder that was never enabled"
Dave Airlie
2010-12-21
1
-1
/
+1
*
|
Merge remote branch 'airlied/drm-core-next' into drm-intel-next
Chris Wilson
2010-12-16
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
drm/vblank: Add support for precise vblank timestamping.
Mario Kleiner
2010-11-22
1
-1
/
+12
*
|
drm: Don't try and disable an encoder that was never enabled
Chris Wilson
2010-12-08
1
-1
/
+1
*
|
drm: record monitor status in output_poll_execute
Keith Packard
2010-11-29
1
-3
/
+4
*
|
drm: Set connector DPMS status to ON in drm_crtc_helper_set_config
Keith Packard
2010-11-29
1
-0
/
+7
|
/
*
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
[next]