index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2012-05-22
drm: Don't initialize local ret variable when not needed
Laurent Pinchart
1
-1
/
+1
2012-04-20
drm: Move drm_format_num_planes() to drm_crtc.c
Ville Syrjälä
1
-33
/
+0
2012-03-20
drm: allow loading an EDID as firmware to override broken monitor
Carsten Emde
1
-1
/
+7
2012-03-15
drm: Handle drm_object_get() failures
Ville Syrjälä
1
-0
/
+2
2012-02-03
drm crtc_helper: use list_for_each_entry
Sascha Hauer
1
-6
/
+6
2011-12-21
drm: Add drm_format_num_planes() utility function
Ville Syrjälä
1
-0
/
+33
2011-12-21
drm: call connector dpms fxn, when setting config
Rob Clark
1
-1
/
+1
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
1
-2
/
+38
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
1
-1
/
+6
2011-12-02
drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)
Chris Wilson
1
-2
/
+25
2011-11-30
drm: move the fb bpp/depth helper into the core.
Dave Airlie
1
-42
/
+1
2011-11-15
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
1
-4
/
+47
2011-11-11
drm: try to restore previous CRTC config if mode set fails
Jesse Barnes
1
-0
/
+13
2011-11-01
gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c
Paul Gortmaker
1
-0
/
+1
2011-11-01
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
1
-0
/
+2
2011-10-11
drm: Add KMS debug printk's for encoder and crtc fixup failure
Adam Jackson
1
-0
/
+2
2011-07-08
drm: bpp and depth changes require full mode sets
Jesse Barnes
1
-0
/
+5
2011-02-04
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-10
/
+11
2011-02-04
drm: Only set DPMS ON when actually configuring a mode
Keith Packard
1
-6
/
+6
2011-01-31
drm: Avoid leak of adjusted mode along quick set_mode paths
Chris Wilson
1
-5
/
+3
2011-01-31
drm: Simplify and defend later checks when disabling a crtc
Chris Wilson
1
-3
/
+6
2011-01-31
drm: Don't switch fb when disabling an output
Chris Wilson
1
-2
/
+2
2011-01-10
drm: Restore the old_fb upon modeset failure
Chris Wilson
1
-1
/
+4
2011-01-05
Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next
Dave Airlie
1
-2
/
+5
2010-12-22
drm: Include the connector name in the output_poll_execute() debug message
Chris Wilson
1
-1
/
+4
2010-12-21
Revert "drm: Don't try and disable an encoder that was never enabled"
Dave Airlie
1
-1
/
+1
2010-12-17
Merge remote branch 'airlied/drm-core-next' into drm-intel-next
Chris Wilson
1
-1
/
+12
2010-12-08
drm: Don't try and disable an encoder that was never enabled
Chris Wilson
1
-1
/
+1
2010-11-29
drm: record monitor status in output_poll_execute
Keith Packard
1
-3
/
+4
2010-11-29
drm: Set connector DPMS status to ON in drm_crtc_helper_set_config
Keith Packard
1
-0
/
+7
2010-11-22
drm/vblank: Add support for precise vblank timestamping.
Mario Kleiner
1
-1
/
+12
2010-11-09
drivers/gpu/drm: Update WARN uses
Joe Perches
1
-1
/
+1
2010-09-14
drm: Use a nondestructive mode for output detect when polling (v2)
Chris Wilson
1
-2
/
+2
2010-09-13
drm: Use a nondestructive mode for output detect when polling
Chris Wilson
1
-2
/
+2
2010-09-13
drm: Only decouple the old_fb from the crtc is we call mode_set*
Chris Wilson
1
-2
/
+2
2010-09-13
drm: Fix regression in disable polling e58f637
Chris Wilson
1
-1
/
+1
2010-09-07
drm: Do not force 1024x768 modes on unknown connectors
Chris Wilson
1
-4
/
+3
2010-09-07
drm/kms: Add a module parameter to disable polling
Chris Wilson
1
-2
/
+15
2010-08-12
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+5
2010-08-10
drm: Only set DPMS once on the CRTC not after every encoder.
Chris Wilson
1
-5
/
+5
2010-08-09
drm: fix fallouts from slow-work -> wq conversion
Tejun Heo
1
-12
/
+4
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-19
/
+10
2010-07-23
drm: use workqueue instead of slow-work
Tejun Heo
1
-19
/
+10
2010-07-16
drm: unify crtc,connector,encoder,fb debug printing
Jerome Glisse
1
-15
/
+29
2010-07-13
drm: disable encoder rather than dpms off in drm_crtc_prepare_encoders()
Ben Skeggs
1
-8
/
+14
2010-07-07
drm/kms: add crtc disable function
Alex Deucher
1
-1
/
+4
2010-06-01
drm/kms: disable/enable poll around switcheroo on/off
Dave Airlie
1
-6
/
+22
2010-05-18
drm/fbdev: rework output polling to be back in the core. (v4)
Dave Airlie
1
-0
/
+95
2010-04-07
drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list
Dave Airlie
1
-4
/
+0
2010-04-07
drm/fb: fix fbdev object model + cleanup properly.
Dave Airlie
1
-390
/
+1
[next]