summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | drm/i915: use 120MHz refclk in PCH eDP case tooJesse Barnes2010-10-081-1/+2
* | | | | | drm/i915: fix PCH eDP SSC supportJesse Barnes2010-10-081-3/+15
* | | | | | drm/i915: add Ironlake clock gating workaround for FDI link trainingJesse Barnes2010-10-082-0/+9
* | | | | | drm/i915: fetch eDP configuration data from the VBTJesse Barnes2010-10-082-20/+58
* | | | | | drm/i915: add _DSM supportJesse Barnes2010-10-085-0/+302
* | | | | | drm/i915/dp: eDP power sequencing fixesJesse Barnes2010-10-082-45/+35
* | | | | | drm/i915: fix CPU vs PCH eDP confusionJesse Barnes2010-10-081-35/+32
* | | | | | drm/i915: remove broken intel_pch_has_edp functionJesse Barnes2010-10-083-23/+2
* | | | | | drm/i915: add eDP checking functions for the display codeJesse Barnes2010-10-082-0/+20
* | | | | | drm/i915/dp: correct eDP lane count and bppJesse Barnes2010-10-081-2/+4
* | | | | | drm/i915/dp: remove redundant is_pch_edp checksJesse Barnes2010-10-081-20/+16
* | | | | | drm/i915/dp: convert eDP checks to functions and documentJesse Barnes2010-10-081-35/+57
* | | | | | drm/i915: Wait for pending flips on the GPUChris Wilson2010-10-072-48/+34
* | | | | | drm/i915: Free hardware status page on unload when physically mappedKeith Packard2010-10-071-0/+3
|/ / / / /
* | | | | Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-nextDave Airlie2010-10-0634-819/+2140
|\ \ \ \ \
| * | | | | drm/radeon/kms: add drm blit support for evergreenAlex Deucher2010-10-0610-55/+1221
| * | | | | drm/radeon: Modify radeon_pm_in_vbl to use radeon_get_crtc_scanoutpos()Mario Kleiner2010-10-061-61/+9
| * | | | | drm/radeon: Add function for display scanout position query.Mario Kleiner2010-10-062-0/+160
| * | | | | drm/radeon/kms: rework spread spectrum handlingAlex Deucher2010-10-064-100/+305
| * | | | | drm/radeon/kms: remove new pll algoAlex Deucher2010-10-067-278/+9
| * | | | | drm/radeon/kms: remove some pll algo flagsAlex Deucher2010-10-064-52/+7
| * | | | | drm/radeon/kms: prefer high post dividers in legacy pll algoAlex Deucher2010-10-061-1/+1
| * | | | | drm/radeon/kms: properly handle 40 bit MC addresses in the cursor codeAlex Deucher2010-10-061-6/+9
| * | | | | drm/radeon: add properties to configure the width of the underscan bordersMarius Gröger2010-10-063-5/+82
| * | | | | drm/radeon/kms/r6xx+: use new style fencing (v3)Alex Deucher2010-10-066-17/+64
| * | | | | drm/radeon/kms: enable writeback (v2)Alex Deucher2010-10-0616-218/+258
| * | | | | drm/radeon/kms: clean up r6xx/r7xx blit init (v2)Alex Deucher2010-10-063-28/+17
* | | | | | Merge branch 'drm-kdb-next' into drm-core-nextDave Airlie2010-10-0610-72/+263
|\ \ \ \ \ \
| * | | | | | drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.Chris Ball2010-10-061-0/+9
| * | | | | | radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel2010-10-063-0/+40
| * | | | | | drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2010-10-067-10/+11
| * | | | | | drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball2010-10-063-21/+80
| * | | | | | drm/radeon/kms: Implement KDB debug hooks for radeon KMS.Chris Ball2010-10-064-47/+129
* | | | | | | Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-0679-3480/+7079
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-0516-113/+208
| * | | | | | drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-054-47/+20
| * | | | | | drm/nouveau: fix thinkos in mem timing table recordlen checkRoy Spliet2010-10-051-5/+7
| * | | | | | drm/nouveau: parse voltage from perf 0x40 entiresBen Skeggs2010-10-051-1/+1
| * | | | | | drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cardsEmil Velikov2010-10-051-0/+6
| * | | | | | drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez2010-10-052-7/+40
| * | | | | | drm/nouveau: Synchronize buffer object moves in hardware.Francisco Jerez2010-10-051-3/+8
| * | | | | | drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez2010-10-054-3/+212
| * | | | | | drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez2010-10-052-0/+33
| * | | | | | drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez2010-10-056-55/+59
| * | | | | | drm/nouveau: Add a module option to force card POST.Marcin Kościelnicki2010-10-053-0/+7
| * | | | | | drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idleBen Skeggs2010-10-051-1/+1
| * | | | | | drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.Francisco Jerez2010-10-055-11/+7
| * | | | | | drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.Francisco Jerez2010-10-051-1/+1
| * | | | | | drm/nouveau: Fix perf table parsing on BMP v5.25.Francisco Jerez2010-10-051-1/+1
| * | | | | | drm/nouveau: fix required mode bandwidth calculation for DPBen Skeggs2010-10-052-1/+20
OpenPOWER on IntegriCloud