summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | drm/radeon/benchmark: make sure bo blit copy exists before using itAlex Deucher2013-03-151-7/+9
| * | | | drm/radeon: fix backend map setup on 1 RB trinity boardsAlex Deucher2013-03-151-5/+16
| * | | | drm/radeon: fix S/R on VM systems (cayman/TN/SI)Alex Deucher2013-03-152-0/+2
| | |/ / | |/| |
* | | | Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-03-209-60/+117
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | drm/nv50/kms: prevent lockdep false-positive in page flipping pathBen Skeggs2013-03-191-2/+2
| * | drm/nouveau/core: fix return value of nouveau_object_del()Ben Skeggs2013-03-191-2/+1Star
| * | drm/nouveau/hwmon: do not expose a buggy temperature if it is unavailableMartin Peres2013-03-181-13/+31
| * | drm/nouveau/therm: display the availability of the internal sensorMartin Peres2013-03-183-0/+13
| * | drm/nouveau/therm: disable temperature management if the sensor isn't readableMartin Peres2013-03-181-1/+1
| * | drm/nouveau/therm: disable auto fan management if temperature is not availableMartin Peres2013-03-181-0/+5
| * | drm/nv40/therm: reserve negative temperatures for errorsMartin Peres2013-03-181-0/+4
| * | drm/nv40/therm: disable temperature reading if the bios misses some parametersMartin Peres2013-03-182-15/+4Star
| * | drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the userMartin Peres2013-03-182-3/+5
| * | drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres2013-03-184-8/+8
| * | drm/nouveau/therm: do not make assumptions on temperatureMartin Peres2013-03-181-3/+3
| * | drm/nv40/therm: increase the sensor's settling delay to 20msMartin Peres2013-03-181-1/+2
| * | drm/nv40/therm: improve selection between the old and the new styleMartin Peres2013-03-181-12/+38
* | | Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-03-114-4/+10
|\| | | |/ |/|
| * drm/nv50: use correct tiling methods for m2mf buffer movesMarcin Slusarz2013-03-101-2/+2
| * drm/nouveau: idle channel before releasing notify objectMarcin Slusarz2013-03-101-0/+5
| * drm/nouveau: fix regression in vblankingMaarten Lankhorst2013-03-101-2/+2
| * drm/nv50: encoder creation failure doesn't mean full init failureBen Skeggs2013-03-101-0/+1
* | drm/tegra: drop "select DRM_HDMI"Paul Bolle2013-03-071-1/+0Star
* | drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire2013-03-071-0/+1
* | drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey2013-03-071-0/+27
* | drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey2013-03-071-1/+0Star
* | drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASKMarek Olšák2013-03-072-2/+3
* | drm/radeon: skip MC reset as it's probably not hungAlex Deucher2013-03-074-0/+24
* | drm/radeon: add primary dac adj quirk for R200 boardAlex Deucher2013-03-071-0/+9
* | drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher2013-03-071-0/+12
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-03-078-22/+79
|\ \ | |/ |/|
| * drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson2013-03-061-1/+1
| * drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bitsPatrik Jakobsson2013-03-061-2/+2
| * drm/i915: also disable south interrupts when handling themPaulo Zanoni2013-03-051-2/+24
| * drm/i915: enable irqs earlier when resumingDaniel Vetter2013-03-051-1/+12
| * drm/i915: Increase the RC6p threshold.Stéphane Marchesin2013-03-051-1/+1
| * DRM/i915: On G45 enable cursor plane briefly after enabling the display plane.Egbert Eich2013-03-041-0/+26
| * drm/i915: Fix Haswell/CRW PCI IDs.Kenneth Graunke2013-03-031-6/+6
| * drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä2013-03-031-7/+4Star
| * drm/i915: wait_event_timeout's timeout is in jiffiesPaulo Zanoni2013-03-031-1/+2
| * drm/i915: Fix missing variable initilizationSyam Sidhardhan2013-03-031-1/+1
* | drm/nv50-: prevent some races between modesetting and page flippingBen Skeggs2013-03-041-83/+106
* | drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs2013-03-041-0/+1
* | drm/nv84: fix regression in page flippingBen Skeggs2013-03-041-6/+14
* | drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez2013-03-041-1/+1
* | drm/nouveau: Disable AGP on PowerPC again.Francisco Jerez2013-03-041-0/+12
* | drm/nve0/graph: some random reg moved on keplerBen Skeggs2013-03-041-1/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-11/+8Star
* | drm/vmwgfx: convert to idr_alloc()Tejun Heo2013-02-281-9/+8Star
* | drm/via: convert to idr_alloc()Tejun Heo2013-02-281-10/+3Star