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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-05
drm: add support for private planes
Rob Clark
1
-5
/
+17
2012-01-05
drm: disconnect plane from fb/crtc when disabled
Rob Clark
1
-0
/
+3
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
1
-1
/
+7
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
1
-1
/
+1
2011-12-20
drm: Check that the requested pixel format is valid
Ville Syrjälä
1
-0
/
+75
2011-12-20
drm: plane: Check that the fb pixel format is supported by the plane
Ville Syrjälä
1
-0
/
+11
2011-12-20
drm: plane: Make 'formats' parameter to drm_plane_init() const
Ville Syrjälä
1
-1
/
+1
2011-12-20
drm: plane: Check crtc coordinates against integer overflows in setplane ioctl
Ville Syrjälä
1
-0
/
+12
2011-12-20
drm: plane: Check source coordinates
Ville Syrjälä
1
-0
/
+23
2011-12-20
drm: plane: Clear plane.crtc and plane.fb after disable_plane()
Ville Syrjälä
1
-0
/
+2
2011-12-20
drm: Fix __user sparse warnings
Ville Syrjälä
1
-15
/
+15
2011-12-20
drm: plane: mutex_unlock() was missing
Ville Syrjälä
1
-0
/
+1
2011-12-06
drm: remove some potentially dangerous DRM_ERRORs
Jesse Barnes
1
-15
/
+4
2011-12-01
drm: Redefine pixel formats
Ville Syrjälä
1
-15
/
+42
2011-11-30
drm: move the fb bpp/depth helper into the core.
Dave Airlie
1
-0
/
+41
2011-11-23
drm: integer overflow in drm_mode_dirtyfb_ioctl()
Xi Wang
1
-0
/
+4
2011-11-15
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
1
-5
/
+106
2011-11-15
drm: add plane support v3
Jesse Barnes
1
-2
/
+255
2011-11-11
drm: Ensure string is null terminated.
Vinson Lee
1
-1
/
+3
2011-11-07
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-2
/
+6
2011-11-01
drm: Introduce "Virtual" connectors and encoders
Thomas Hellstrom
1
-2
/
+6
2011-11-01
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
1
-0
/
+1
2011-08-29
drm: Fix the number of connector and encoder to cleanup functions
Joonyoung Shim
1
-0
/
+2
2011-07-07
drm/kms: allow drm_mode_group with no objects
Ben Skeggs
1
-3
/
+0
2011-06-09
drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl
Sascha Hauer
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-21
drm: check for modesetting on modeset ioctls
Dave Airlie
1
-0
/
+51
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
1
-0
/
+33
2011-01-25
drm: Add an interface to reset the device
Chris Wilson
1
-0
/
+20
2010-12-09
drm/kms: remove spaces from connector names (v2)
Alex Deucher
1
-5
/
+5
2010-10-06
drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback
Thomas Hellstrom
1
-1
/
+2
2010-08-10
drm: expand gamma_set
James Simmons
1
-1
/
+1
2010-08-10
drm: Propagate error code from fb_create()
Chris Wilson
1
-2
/
+2
2010-07-21
drm: Return EBUSY if the framebuffer is unbound when flipping.
Chris Wilson
1
-0
/
+9
2010-07-21
drm: add "auto" dithering method
Ben Skeggs
1
-0
/
+1
2010-07-16
drm: unify crtc,connector,encoder,fb debug printing
Jerome Glisse
1
-7
/
+13
2010-06-08
drm/drm_crtc: return -EFAULT on copy_to_user errors
Dan Carpenter
1
-1
/
+3
2010-04-20
Merge branch 'drm-fbdev-cleanup' into drm-core-next
Dave Airlie
1
-2
/
+0
2010-04-20
Merge branch 'drm-edid-fixes' into drm-core-next
Dave Airlie
1
-2
/
+5
2010-04-07
drm/kms/fb: separate fbdev connector list from core drm connectors
Dave Airlie
1
-1
/
+0
2010-04-07
drm/fb: fix fbdev object model + cleanup properly.
Dave Airlie
1
-1
/
+0
2010-04-06
drm/edid: Remove arbitrary EDID extension limit
Adam Jackson
1
-2
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-11
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-0
/
+1
2010-01-08
drm: Add eDP connector type
Alex Deucher
1
-0
/
+1
2009-12-11
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-1
/
+175
2009-12-08
Merge remote branch 'anholt/drm-intel-next' into drm-linus
Dave Airlie
1
-2
/
+3
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-2
/
+2
2009-12-04
drm: Add dirty ioctl and property
Jakob Bornecrantz
1
-0
/
+104
2009-12-01
drm: use page flip event to signal flip completion
Jesse Barnes
1
-1
/
+1
[next]