aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2013-02-28drm: Use C8 instead of RGB332 when determining the format from depth/bppVille Syrjälä
2013-02-28drm: Fill depth/bits_per_pixel for C8 formatVille Syrjälä
2012-10-13drm: Destroy the planes prior to destroying the associated CRTCChris Wilson
2012-10-02drm: Check for invalid cursor flagsJakob Bornecrantz
2012-04-19drm: fix page_flip error handlingJoonyoung Shim
2012-03-20drm/usb: move usb support into a separate moduleDave Airlie
2012-03-15drm/modeset: add helper to unplug all connectors from sysfsDave Airlie
2012-03-15drm: Use a flexible array member for blob property dataVille Syrjälä
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä
2012-03-15drm: Make drm_crtc_convert_{umode, to_umode} static and constify their paramsVille Syrjälä
2012-03-15drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä
2012-03-15drm: Check CRTC viewport against framebuffer sizeVille Syrjälä
2012-03-15drm: Check user mode against overflowsVille Syrjälä
2012-03-15drm: Fix memory leak in drm_mode_setcrtc()Ville Syrjälä
2012-03-15drm: Make drm_mode_attachmode() voidVille Syrjälä
2012-03-15drm: Check crtc x and y coordinatesVille Syrjälä
2012-03-15drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä
2012-03-15drm: Reject mode set with current fb if no current fb is boundVille Syrjälä
2012-02-09drm: add convenience function to create an range propertySascha Hauer
2012-02-09drm: add convenience function to create an enum propertySascha Hauer
2012-02-03drm crtc: Fix locking commentsSascha Hauer
2012-02-03drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer
2012-02-03drm crtc: use drm_mode_destroy instead of kfree in drm_mode_removeSascha Hauer
2012-02-03drm crtc: add forgotten idr cleanup functionsSascha Hauer
2012-01-05drm: add support for private planesRob Clark
2012-01-05drm: disconnect plane from fb/crtc when disabledRob Clark
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-12-20drm: Check that the requested pixel format is validVille Syrjälä
2011-12-20drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä
2011-12-20drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä
2011-12-20drm: plane: Check source coordinatesVille Syrjälä
2011-12-20drm: plane: Clear plane.crtc and plane.fb after disable_plane()Ville Syrjälä
2011-12-20drm: Fix __user sparse warningsVille Syrjälä
2011-12-20drm: plane: mutex_unlock() was missingVille Syrjälä
2011-12-06drm: remove some potentially dangerous DRM_ERRORsJesse Barnes
2011-12-01drm: Redefine pixel formatsVille Syrjälä
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-15drm: add plane support v3Jesse Barnes
2011-11-11drm: Ensure string is null terminated.Vinson Lee
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2011-11-01drm: Introduce "Virtual" connectors and encodersThomas Hellstrom
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-08-29drm: Fix the number of connector and encoder to cleanup functionsJoonyoung Shim
2011-07-07drm/kms: allow drm_mode_group with no objectsBen Skeggs
2011-06-09drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctlSascha Hauer
2011-03-31Fix common misspellingsLucas De Marchi