summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Fix parsing of the temperature constant correction.Francisco Jerez2010-09-241-2/+2
* drm/nouveau: Add sane sensor correction defaults for nv4a.Francisco Jerez2010-09-241-0/+1
* drm/nv40: fix reading temp valueFrancesco Marella2010-09-241-2/+2
* drm/nouveau: Don't try to parse a GPIO table on early DCBv2.2 BIOSes.Francisco Jerez2010-09-241-1/+14
* drm/nv10: Don't oops if the card wants to switch to a channel with no grctx.Francisco Jerez2010-09-241-1/+1
* drm/nouveau: fix panels using straps-based mode detectionBen Skeggs2010-09-241-2/+4
* drm/nouveau: fix chipset vs card_type thinkoBen Skeggs2010-09-241-1/+1
* drm/nv50: assume smaller tiles for bo movesBen Skeggs2010-09-241-4/+4
* drm/nouveau: add debugfs file to forcibly evict everything from vramBen Skeggs2010-09-241-0/+16
* drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)Martin Peres2010-09-245-39/+518
* drm/nouveau: correct INIT_DP_CONDITION subcondition 5Ben Skeggs2010-09-241-1/+1
* drm/nouveau: Parse old style perf tables.Francisco Jerez2010-09-242-4/+53
* drm/nv50: flush bar1 vm / dma object setup before poking 0x1708Ben Skeggs2010-09-241-0/+2
* drm/nouveau: fix thinko in volt 0x1x parsingBen Skeggs2010-09-241-3/+6
* drm/nouveau: implement parsing of DCB 2.2 GPIO tableBen Skeggs2010-09-241-93/+63
* drm/nouveau: fix potential accuracy loss when parsing perf 0x1c tablesBen Skeggs2010-09-241-20/+14
* drm/nouveau: Fix build regression, undefined reference to `acpi_video_get_edid'Phil Turmel2010-09-241-0/+1
* drm/nouveau: restore perflvl on resume, and restore boot perflvl on unloadBen Skeggs2010-09-243-19/+49
* drm/nouveau: allow static performance level settingBen Skeggs2010-09-246-4/+104
* drm/nv04-nv40: import initial pm backendBen Skeggs2010-09-245-3/+110
* drm/nv50: import initial clock get/set routines + hook up pm engineBen Skeggs2010-09-244-1/+138
* drm/nouveau: import initial work on vbios performance table parsingBen Skeggs2010-09-247-0/+678
* drm/nouveau: make bios code easier to use externallyBen Skeggs2010-09-242-23/+50
* drm/nouveau: make the behaviour of get_pll_limits() consistentBen Skeggs2010-09-246-59/+135
* drm/nv50: fix 100c90 write on nva3Ben Skeggs2010-09-241-0/+1
* drm/nouveau: zero dummy pageBen Skeggs2010-09-241-1/+1
* drm/nv50: mark PCIEGART pages non-present rather than using dummy pageBen Skeggs2010-09-241-4/+3
* drm/nouveau: we can't free ACPI EDID, so make a copy that we canBen Skeggs2010-09-241-1/+1
* drm/nouveau: handle fifo pusher errors betterBen Skeggs2010-09-241-8/+37
* drm/nouveau: better handling of unmappable vramBen Skeggs2010-09-241-3/+20
* drm/nouveau: Try to fetch an EDID from OF if DDC fails.Francisco Jerez2010-09-241-0/+36
* drm/nouveau: Simplify tile region handling.Francisco Jerez2010-09-246-60/+36
* drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez2010-09-2410-22/+24
* drm/nouveau: PRAMIN is available from the start on pre-nv50.Francisco Jerez2010-09-241-1/+3
* drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez2010-09-243-5/+15
* drm/nouveau: Don't enable AGP FW on nv18.Francisco Jerez2010-09-241-2/+19
* drm/nouveau: Don't remove ramht entries from the neighboring channels.Francisco Jerez2010-09-241-0/+18
* drm/nouveau: Break some long lines in the TV-out code.Francisco Jerez2010-09-243-66/+96
* drm/nv50: fix SOR count for early chipsetsBen Skeggs2010-09-242-9/+19
* drm/nv50: report BAR access faultsBen Skeggs2010-09-241-0/+8
* drm/nv50: move vm trap to nv50_fb.cBen Skeggs2010-09-243-46/+51
* drm/nv50: demagic grctx, and add NVAF supportMarcin Koƛcielnicki2010-09-241-1182/+2123
* drm/nouveau: protect ramht_find() from oopsing if on channel without ramhtBen Skeggs2010-09-241-0/+3
* drm/nouveau: remove nouveau_gpuobj_late_takedownBen Skeggs2010-09-242-7/+1
* drm/nouveau: protect gpuobj list + global instmem heap with spinlockBen Skeggs2010-09-242-9/+27
* drm/nouveau: fix gpuobj refcount to use atomicsBen Skeggs2010-09-242-23/+12
* drm/nouveau: add spinlock around ramht modificationsBen Skeggs2010-09-242-21/+58
* drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs2010-09-2411-101/+69
* drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs2010-09-247-303/+243
* drm/nv50: calculate vram reordering block sizeBen Skeggs2010-09-242-2/+66