Rob Clark
|
0a7eb243db
drm: add support for private planes
|
13 years ago |
Rob Clark
|
a9971157b6
drm: disconnect plane from fb/crtc when disabled
|
13 years ago |
Dave Airlie
|
1fbe6f625f
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
|
13 years ago |
Ville Syrjälä
|
01f2c7730e
drm: Replace pitch with pitches[] in drm_framebuffer
|
13 years ago |
Ville Syrjälä
|
935b597740
drm: Check that the requested pixel format is valid
|
13 years ago |
Ville Syrjälä
|
62443be626
drm: plane: Check that the fb pixel format is supported by the plane
|
13 years ago |
Ville Syrjälä
|
22cd7c6258
drm: plane: Make 'formats' parameter to drm_plane_init() const
|
13 years ago |
Ville Syrjälä
|
687a040038
drm: plane: Check crtc coordinates against integer overflows in setplane ioctl
|
13 years ago |
Ville Syrjälä
|
42ef87896a
drm: plane: Check source coordinates
|
13 years ago |
Ville Syrjälä
|
e5e3b44c67
drm: plane: Clear plane.crtc and plane.fb after disable_plane()
|
13 years ago |
Ville Syrjälä
|
81f6c7f873
drm: Fix __user sparse warnings
|
13 years ago |
Ville Syrjälä
|
10bf573bc1
drm: plane: mutex_unlock() was missing
|
13 years ago |
Jesse Barnes
|
acb4b992d8
drm: remove some potentially dangerous DRM_ERRORs
|
13 years ago |
Ville Syrjälä
|
04b3924db6
drm: Redefine pixel formats
|
13 years ago |
Dave Airlie
|
248dbc2350
drm: move the fb bpp/depth helper into the core.
|
13 years ago |
Xi Wang
|
a5cd335165
drm: integer overflow in drm_mode_dirtyfb_ioctl()
|
13 years ago |
Jesse Barnes
|
308e5bcbdb
drm: add an fb creation ioctl that takes a pixel format v5
|
13 years ago |
Jesse Barnes
|
8cf5c91771
drm: add plane support v3
|
13 years ago |
Vinson Lee
|
471dd2ef37
drm: Ensure string is null terminated.
|
13 years ago |
Linus Torvalds
|
83dbb15e9c
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
|
13 years ago |
Thomas Hellstrom
|
a7331e5cb2
drm: Introduce "Virtual" connectors and encoders
|
13 years ago |
Paul Gortmaker
|
2d1a8a48ac
gpu: Add export.h as required to drivers/gpu files.
|
14 years ago |
Joonyoung Shim
|
6380c50921
drm: Fix the number of connector and encoder to cleanup functions
|
14 years ago |
Ben Skeggs
|
d61a06862b
drm/kms: allow drm_mode_group with no objects
|
14 years ago |
Sascha Hauer
|
618c75e491
drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Dave Airlie
|
fb3b06c8a1
drm: check for modesetting on modeset ioctls
|
14 years ago |
Dave Airlie
|
ff72145bad
drm: dumb scanout create/mmap for intel/radeon (v3)
|
14 years ago |
Chris Wilson
|
eb03355660
drm: Add an interface to reset the device
|
14 years ago |
Alex Deucher
|
e76116ca96
drm/kms: remove spaces from connector names (v2)
|
14 years ago |