summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* KMS: fix EDID detailed timing frame rateTorsten Duwe2013-03-231-0/+1
* KMS: fix EDID detailed timing vsync parsingTorsten Duwe2013-03-231-1/+1
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-03-214-7/+31
|\
| * drm/i915: stop using GMBUS IRQs on Gen4 chipsJiri Kosina2013-03-201-1/+10
| * drm/i915: Use the fixed pixel clock for eDP in intel_dp_set_m_n()Takashi Iwai2013-03-181-1/+11
| * Revert "drm/i915: try to train DP even harder"Takashi Iwai2013-03-171-1/+1
| * drm/i915: bounds check execbuffer relocation countKees Cook2013-03-131-3/+8
| * drm/i915: restrict kernel address leak in debugfsKees Cook2013-03-131-1/+1
* | drm/mgag200: Bug fix: Modified pll algorithm for EH projectJulia Lemire2013-03-211-5/+5
* | Merge branch 'drm-fixes-3.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-03-203-17/+38
|\ \
| * | drm/radeon: add support for Richland APUsAlex Deucher2013-03-151-1/+10
| * | drm/radeon/benchmark: allow same domains for dma copyAlex Deucher2013-03-151-4/+1
| * | 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/+1
| * | 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/+4
| * | 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-111-2/+2
| * drm/nouveau: idle channel before releasing notify objectMarcin Slusarz2013-03-111-0/+5
| * drm/nouveau: fix regression in vblankingMaarten Lankhorst2013-03-111-2/+2
| * drm/nv50: encoder creation failure doesn't mean full init failureBen Skeggs2013-03-111-0/+1
* | drm/tegra: drop "select DRM_HDMI"Paul Bolle2013-03-081-1/+0
* | drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire2013-03-081-0/+1
* | drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey2013-03-081-0/+27
* | drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey2013-03-081-1/+0
* | 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
OpenPOWER on IntegriCloud