aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
Commit message (Expand)AuthorAge
* drm/usb: move usb support into a separate moduleDave Airlie2012-03-20
* drm/modeset: add helper to unplug all connectors from sysfsDave Airlie2012-03-15
* drm: Use a flexible array member for blob property dataVille Syrjälä2012-03-15
* drm: Handle drm_object_get() failuresVille Syrjälä2012-03-15
* drm: Make drm_crtc_convert_{umode, to_umode} static and constify their paramsVille Syrjälä2012-03-15
* drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä2012-03-15
* drm: Check CRTC viewport against framebuffer sizeVille Syrjälä2012-03-15
* drm: Check user mode against overflowsVille Syrjälä2012-03-15
* drm: Fix memory leak in drm_mode_setcrtc()Ville Syrjälä2012-03-15
* drm: Make drm_mode_attachmode() voidVille Syrjälä2012-03-15
* drm: Check crtc x and y coordinatesVille Syrjälä2012-03-15
* drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä2012-03-15
* drm: Reject mode set with current fb if no current fb is boundVille Syrjälä2012-03-15
* drm: add convenience function to create an range propertySascha Hauer2012-02-09
* drm: add convenience function to create an enum propertySascha Hauer2012-02-09
* drm crtc: Fix locking commentsSascha Hauer2012-02-03
* drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer2012-02-03
* drm crtc: use drm_mode_destroy instead of kfree in drm_mode_removeSascha Hauer2012-02-03
* drm crtc: add forgotten idr cleanup functionsSascha Hauer2012-02-03
* drm: add support for private planesRob Clark2012-01-05
* drm: disconnect plane from fb/crtc when disabledRob Clark2012-01-05
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
|\
| * drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-11-23
| * drm: Ensure string is null terminated.Vinson Lee2011-11-11
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-20
* | drm: Check that the requested pixel format is validVille Syrjälä2011-12-20
* | drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä2011-12-20
* | drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä2011-12-20
* | drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä2011-12-20
* | drm: plane: Check source coordinatesVille Syrjälä2011-12-20
* | drm: plane: Clear plane.crtc and plane.fb after disable_plane()Ville Syrjälä2011-12-20
* | drm: Fix __user sparse warningsVille Syrjälä2011-12-20
* | drm: plane: mutex_unlock() was missingVille Syrjälä2011-12-20
* | drm: remove some potentially dangerous DRM_ERRORsJesse Barnes2011-12-06
* | drm: Redefine pixel formatsVille Syrjälä2011-12-01
* | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-29
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-15
* | drm: add plane support v3Jesse Barnes2011-11-15
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-07
|\
| * drm: Introduce "Virtual" connectors and encodersThomas Hellstrom2011-11-01
* | gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-31
|/
* drm: Fix the number of connector and encoder to cleanup functionsJoonyoung Shim2011-08-29
* drm/kms: allow drm_mode_group with no objectsBen Skeggs2011-07-07
* drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctlSascha Hauer2011-06-09
* Fix common misspellingsLucas De Marchi2011-03-31
* drm: check for modesetting on modeset ioctlsDave Airlie2011-03-20
* drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-06
* drm: Add an interface to reset the deviceChris Wilson2011-01-25
* drm/kms: remove spaces from connector names (v2)Alex Deucher2010-12-09
* drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-05