index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: fix page_flip error handling
Joonyoung Shim
2012-04-19
1
-4
/
+6
*
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
*
drm: Warn if mode to umode conversion overflows the destination types
Ville Syrjälä
2012-03-15
1
-0
/
+7
*
drm: Reject mode set with current fb if no current fb is bound
Ville Syrjälä
2012-03-15
1
-8
/
+6
*
drm: add convenience function to create an range property
Sascha Hauer
2012-02-09
1
-40
/
+29
*
drm: add convenience function to create an enum property
Sascha Hauer
2012-02-09
1
-54
/
+46
*
drm crtc: Fix locking comments
Sascha Hauer
2012-02-03
1
-6
/
+15
*
drm: add proper return value for drm_mode_crtc_set_gamma_size
Sascha Hauer
2012-02-03
1
-3
/
+3
*
drm crtc: use drm_mode_destroy instead of kfree in drm_mode_remove
Sascha Hauer
2012-02-03
1
-1
/
+1
*
drm crtc: add forgotten idr cleanup functions
Sascha Hauer
2012-02-03
1
-0
/
+3
*
drm: add support for private planes
Rob Clark
2012-01-05
1
-5
/
+17
*
drm: disconnect plane from fb/crtc when disabled
Rob Clark
2012-01-05
1
-0
/
+3
*
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
2011-12-20
1
-1
/
+7
|
\
|
*
drm: integer overflow in drm_mode_dirtyfb_ioctl()
Xi Wang
2011-11-23
1
-0
/
+4
|
*
drm: Ensure string is null terminated.
Vinson Lee
2011-11-11
1
-1
/
+3
*
|
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2011-12-20
1
-1
/
+1
*
|
drm: Check that the requested pixel format is valid
Ville Syrjälä
2011-12-20
1
-0
/
+75
*
|
drm: plane: Check that the fb pixel format is supported by the plane
Ville Syrjälä
2011-12-20
1
-0
/
+11
*
|
drm: plane: Make 'formats' parameter to drm_plane_init() const
Ville Syrjälä
2011-12-20
1
-1
/
+1
*
|
drm: plane: Check crtc coordinates against integer overflows in setplane ioctl
Ville Syrjälä
2011-12-20
1
-0
/
+12
*
|
drm: plane: Check source coordinates
Ville Syrjälä
2011-12-20
1
-0
/
+23
*
|
drm: plane: Clear plane.crtc and plane.fb after disable_plane()
Ville Syrjälä
2011-12-20
1
-0
/
+2
*
|
drm: Fix __user sparse warnings
Ville Syrjälä
2011-12-20
1
-15
/
+15
*
|
drm: plane: mutex_unlock() was missing
Ville Syrjälä
2011-12-20
1
-0
/
+1
*
|
drm: remove some potentially dangerous DRM_ERRORs
Jesse Barnes
2011-12-06
1
-15
/
+4
*
|
drm: Redefine pixel formats
Ville Syrjälä
2011-12-01
1
-15
/
+42
*
|
drm: move the fb bpp/depth helper into the core.
Dave Airlie
2011-11-29
1
-0
/
+41
*
|
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
2011-11-15
1
-5
/
+106
*
|
drm: add plane support v3
Jesse Barnes
2011-11-15
1
-2
/
+255
|
/
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2011-11-07
1
-2
/
+6
|
\
|
*
drm: Introduce "Virtual" connectors and encoders
Thomas Hellstrom
2011-11-01
1
-2
/
+6
*
|
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
/
*
drm: Fix the number of connector and encoder to cleanup functions
Joonyoung Shim
2011-08-29
1
-0
/
+2
*
drm/kms: allow drm_mode_group with no objects
Ben Skeggs
2011-07-07
1
-3
/
+0
*
drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl
Sascha Hauer
2011-06-09
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
drm: check for modesetting on modeset ioctls
Dave Airlie
2011-03-21
1
-0
/
+51
*
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
2011-02-07
1
-0
/
+33
*
drm: Add an interface to reset the device
Chris Wilson
2011-01-25
1
-0
/
+20
*
drm/kms: remove spaces from connector names (v2)
Alex Deucher
2010-12-09
1
-5
/
+5
[next]