summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
Commit message (Expand)AuthorAgeFilesLines
* drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3Ben Skeggs2012-01-131-1/+1
* drm: add support for private planesRob Clark2012-01-051-1/+2
* drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-1/+2
* drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä2011-12-201-1/+1
* drm: document the drm_mode_config structureJesse Barnes2011-12-061-0/+23
* drm: document the drm_mode_group structureJesse Barnes2011-12-061-0/+13
* drm: document and cleanup drm_mode_config_funcsJesse Barnes2011-12-061-2/+9
* drm: document drm_mode_set structureJesse Barnes2011-12-061-1/+9
* drm: remove unused fields in drm_connector and document the restJesse Barnes2011-12-061-7/+28
* drm: add drm_encoder commentsJesse Barnes2011-12-061-0/+12
* drm: add comments for drm_encoder_funcsJesse Barnes2011-12-061-0/+7
* drm: fix comments for drm_crtc structJesse Barnes2011-12-061-0/+11
* drm: remove unused connector_count field from drm_display_modeJesse Barnes2011-12-061-1/+0
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-0/+3
* drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-2/+7
* drm: add plane support v3Jesse Barnes2011-11-151-1/+74
* drm: support routines for HDMI/DP ELDWu Fengguang2011-09-211-0/+9
* drm: Separate EDID Header Check from EDID Block CheckThomas Reim2011-08-041-0/+1
* drm: track CEA version number if presentJesse Barnes2011-08-031-0/+2
* drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie2011-06-161-0/+2
* drm: parse color format support for digital displaysJesse Barnes2011-04-281-1/+4
* drm: add bit depth parsingJesse Barnes2011-04-281-0/+1
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-2/+2
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | drm: export drm_find_cea_extension to driversBen Skeggs2011-04-011-0/+1
|/
* drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-231-3/+3
* drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-071-0/+7
* drm: Add an interface to reset the deviceChris Wilson2011-01-251-0/+7
* drm/vblank: Add support for precise vblank timestamping.Mario Kleiner2010-11-221-0/+9
* drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang2010-10-191-0/+1
* drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-061-1/+2
* drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-1/+8
* drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-1/+2
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-35/+2
|\
| * drm: expand gamma_setJames Simmons2010-08-101-1/+1
| * drm: Remove unused fields from drm_display_infoAdam Jackson2010-08-101-34/+1
* | drm: use workqueue instead of slow-workTejun Heo2010-07-221-2/+1
|/
* drm/fbdev: fix cloning on fbconDave Airlie2010-05-181-0/+2
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-0/+17
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-18/+0
|\
| * drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-1/+0
| * drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-5/+0
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-12/+0
* | drm/edid: Add secondary GTF curve supportAdam Jackson2010-04-061-0/+4
* | drm/edid: Fix secondary block fetch.Adam Jackson2010-04-061-2/+0
|/
* drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher2010-02-091-0/+2
* Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-1/+2
|\
| * Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-12-011-0/+16
| |\
| * | drm: make drm_mode_object_find typesafeDaniel Vetter2009-11-051-1/+2
* | | drm: Add dirty ioctl and propertyJakob Bornecrantz2009-12-041-0/+19
OpenPOWER on IntegriCloud