summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2014-01-16drm/nouveau/bios: make jump conditionalIlia Mirkin1-1/+5
2014-01-10ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2-4/+28
2014-01-10nouveau_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-5/+2
2014-01-10drm/nouveau: only runtime suspend by default in optimus configurationIlia Mirkin1-0/+6
2014-01-10drm/radeon: set correct pipe config for Hawaii in DCEMarek Olšák1-13/+6
2014-01-10drm/radeon: expose render backend mask to the userspaceMarek Olšák4-2/+15
2014-01-10drm/radeon: fix render backend setup for SI and CIKMarek Olšák2-10/+10
2014-01-10drm/radeon: fix UVD 256MB checkChristian König1-1/+1
2014-01-10drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Chris Wilson1-2/+3
2014-01-10drm/i915: change CRTC assertion on LCPLL disablePaulo Zanoni1-1/+1
2014-01-10drm/i915: Fix erroneous dereference of batch_obj inside reset_statusChris Wilson1-10/+24
2014-01-10drm/radeon: fix asic gfx values for scrapper asicsAlex Deucher1-4/+16
2014-01-10drm/radeon: check for 0 count in speaker allocation and SAD codeAlex Deucher2-4/+4
2014-01-10drm/radeon/dpm: disable ss on CaymanAlex Deucher1-0/+6
2014-01-10drm/i915: don't update the dri1 breadcrumb with modesettingDaniel Vetter1-0/+8
2014-01-10drm/i915: Fix use-after-free in do_switchDaniel Vetter1-2/+12
2014-01-10drm/i915: Hold mutex across i915_gem_releaseChris Wilson2-2/+2
2014-01-10drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä1-0/+2
2014-01-10drm/radeon: add missing display tiling setup for olandAlex Deucher1-1/+3
2014-01-10drm/radeon: fix typo in cik_copy_dmaChristian König1-1/+1
2014-01-10drm/radeon: Fix sideport problems on certain RS690 boardsAlex Deucher1-0/+10
2014-01-10drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom1-3/+3
2014-01-10drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki1-0/+8
2013-12-20drm/i915/vlv: fix up broken precision in vlv_crtc_clock_getChris Wilson1-5/+3
2013-12-20drm/i915/vlv: add VLV specific clock_get function v3Jesse Barnes1-1/+29
2013-12-20i915/vlv: untangle integrated clock source handling v4Jesse Barnes1-3/+27
2013-12-20drm/radeon/atom: fix bus probes when hw_i2c is set (v2)Alex Deucher1-6/+9
2013-12-20drm/radeon: fixup bad vram size on SIAlex Deucher1-2/+9
2013-12-20drm/radeon: program DCE2 audio dto just like DCE3Alex Deucher1-6/+2
2013-12-20drm/radeon: fix typo in fetching mpll paramsAlex Deucher1-1/+1
2013-12-20drm/i915: use the correct force_wake function at the PC8 codePaulo Zanoni1-2/+2
2013-12-20drm/i915: Fix pipe CSC post offset calculationVille Syrjälä1-1/+1
2013-12-20udl: fix issue with imported prime buffersRob Clark1-0/+6
2013-12-08drm/radeon/audio: correct ACR tablePierre Ossman1-3/+3
2013-12-08drm/radeon/audio: improve ACR calculationPierre Ossman1-22/+46
2013-12-04drm/radeon/vm: don't attempt to update ptes if ib allocation failsAlex Deucher1-0/+2
2013-12-04radeon: workaround pinning failure on low ram gpuJerome Glisse1-0/+28
2013-12-04drm/radeon: adjust TN dpm parameters for stability (v2)Alex Deucher1-3/+3
2013-12-04drm/radeon: hook up backlight functions for CI and KV family.Samuel Li1-0/+4
2013-12-04radeon/i2c: do not count reg index in number of i2c byte we are writing.Jerome Glisse1-2/+4
2013-12-04drm/radeon: don't share PPLLs on DCE4.1Alex Deucher1-1/+1
2013-12-04drm/radeon: fix UVD destroy IB sizeChristian König1-1/+1
2013-12-04drm/radeon: activate UVD clocks before sending the destroy msgChristian König1-0/+2
2013-12-04drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTLAlex Deucher1-1/+1
2013-12-04drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fenceBen Skeggs1-1/+2
2013-12-04drm/i915: Replicate BIOS eDP bpp clamping hack for hswDaniel Vetter1-0/+20
2013-12-04drm/i915: restore the early forcewake cleanupDaniel Vetter1-12/+14
2013-12-04drm/i915: flush cursors harderDaniel Vetter1-0/+4
2013-12-04drm/i915/dvo: call ->mode_set callback only when the port is runningDaniel Vetter1-4/+12
2013-12-04drm/ttm: Fix ttm_bo_move_memcpyThomas Hellstrom1-11/+17