index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-03
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
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
[next]