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
starfive-6.6.48-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-11-30
drm: remove legacy drm_connector_property fxns
Rob Clark
1
-26
/
+5
2012-11-20
drm: properly init/reset connector status
Daniel Vetter
1
-1
/
+5
2012-11-20
drm/crtc: Fix potential NULL pointer dereference
Sachin Kamat
1
-0
/
+2
2012-11-20
drm/crtc: Remove redundant NULL check before kfree
Sachin Kamat
1
-4
/
+2
2012-11-20
drm: Reject addfb2 with undefined flag bits set
Ville Syrjälä
1
-0
/
+5
2012-11-07
drm: Ignore blob propertys in drm_property_change_is_valid()
Ville Syrjälä
1
-0
/
+3
2012-11-07
drm: Be more paranoid with integer overflows
Ville Syrjälä
1
-1
/
+9
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-32
/
+107
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-4
/
+4
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-10-02
drm: support for rotated scanout
Rob Clark
1
-16
/
+30
2012-10-02
drm: refcnt drm_framebuffer (v4.1)
Rob Clark
1
-12
/
+67
2012-10-02
drm: Destroy the planes prior to destroying the associated CRTC
Chris Wilson
1
-4
/
+4
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+1
2012-09-18
drm: Add NV24 and NV42 pixel formats
Laurent Pinchart
1
-0
/
+6
2012-08-24
drm: Check for invalid cursor flags
Jakob Bornecrantz
1
-1
/
+1
2012-05-29
drm: Use stdint types for consistency
Ville Syrjälä
1
-2
/
+2
2012-05-29
drm: Constify params to format_check() and framebuffer_checks()
Ville Syrjälä
1
-2
/
+2
2012-05-22
drm: add plane properties
Rob Clark
1
-0
/
+19
2012-05-22
drm: add bitmask property type
Rob Clark
1
-3
/
+44
2012-05-22
drm: Make the CRTC gamma_set operation optional
Laurent Pinchart
1
-0
/
+5
2012-05-22
drm: Miscellaneous typo fixes and documentation updates
Laurent Pinchart
1
-1
/
+1
2012-05-22
drm: Don't initialize local ret variable when not needed
Laurent Pinchart
1
-6
/
+6
2012-05-17
drm: add CRTC properties
Paulo Zanoni
1
-0
/
+20
2012-05-17
drm: add 'count' to struct drm_object_properties
Paulo Zanoni
1
-37
/
+27
2012-05-17
drm: make the connector properties code use the object properties code
Paulo Zanoni
1
-86
/
+12
2012-05-17
drm: add generic ioctls to get/set properties on any object
Paulo Zanoni
1
-0
/
+182
2012-05-17
drm: create struct drm_object_properties and use it
Paulo Zanoni
1
-22
/
+23
2012-05-17
drm: WARN() when drm_connector_attach_property fails
Paulo Zanoni
1
-5
/
+5
2012-05-17
drm: add drm_property_change_is_valid
Paulo Zanoni
1
-20
/
+19
2012-05-07
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
1
-4
/
+6
2012-05-07
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
1
-4
/
+6
2012-05-02
drm/kms: reduce some messages to debug level (v2)
Dave Airlie
1
-9
/
+9
2012-04-24
drm: Unify and fix idr error handling
Ville Syrjälä
1
-1
/
+3
2012-04-20
drm: Add sanity checks to framebuffer creation
Ville Syrjälä
1
-4
/
+43
2012-04-20
drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions
Ville Syrjälä
1
-0
/
+60
2012-04-20
drm: Add drm_format_plane_cpp() utility function
Ville Syrjälä
1
-0
/
+45
2012-04-20
drm: Move drm_format_num_planes() to drm_crtc.c
Ville Syrjälä
1
-0
/
+32
2012-04-19
drm: fix page_flip error handling
Joonyoung Shim
1
-4
/
+6
2012-03-20
drm/usb: move usb support into a separate module
Dave Airlie
1
-0
/
+1
2012-03-15
drm/modeset: add helper to unplug all connectors from sysfs
Dave Airlie
1
-3
/
+14
2012-03-15
drm: Use a flexible array member for blob property data
Ville Syrjälä
1
-1
/
+0
2012-03-15
drm: Handle drm_object_get() failures
Ville Syrjälä
1
-23
/
+72
2012-03-15
drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params
Ville Syrjälä
1
-4
/
+4
2012-03-15
drm: Fix drm_mode_attachmode_crtc()
Ville Syrjälä
1
-11
/
+27
2012-03-15
drm: Check CRTC viewport against framebuffer size
Ville Syrjälä
1
-0
/
+24
2012-03-15
drm: Check user mode against overflows
Ville Syrjälä
1
-5
/
+28
2012-03-15
drm: Fix memory leak in drm_mode_setcrtc()
Ville Syrjälä
1
-0
/
+9
2012-03-15
drm: Make drm_mode_attachmode() void
Ville Syrjälä
1
-11
/
+5
2012-03-15
drm: Check crtc x and y coordinates
Ville Syrjälä
1
-0
/
+4
[next]