index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-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
2012-03-15
drm: Warn if mode to umode conversion overflows the destination types
Ville Syrjälä
1
-0
/
+7
2012-03-15
drm: Reject mode set with current fb if no current fb is bound
Ville Syrjälä
1
-8
/
+6
2012-02-09
drm: add convenience function to create an range property
Sascha Hauer
1
-40
/
+29
2012-02-09
drm: add convenience function to create an enum property
Sascha Hauer
1
-54
/
+46
2012-02-03
drm crtc: Fix locking comments
Sascha Hauer
1
-6
/
+15
2012-02-03
drm: add proper return value for drm_mode_crtc_set_gamma_size
Sascha Hauer
1
-3
/
+3
2012-02-03
drm crtc: use drm_mode_destroy instead of kfree in drm_mode_remove
Sascha Hauer
1
-1
/
+1
2012-02-03
drm crtc: add forgotten idr cleanup functions
Sascha Hauer
1
-0
/
+3
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
[prev]
[next]