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