summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Provide a hook for selftestsChris Wilson2017-02-139-7/+530
* drm/i915: Clear the last_retired_context following a hang/resetChris Wilson2017-02-131-1/+7
* drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson2017-02-132-1/+18
* drm/i915: Kill the tasklet then disableChris Wilson2017-02-131-1/+1
* drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()Chris Wilson2017-02-131-1/+1
* drm/i915: Assert that the active request hasn't been signaledChris Wilson2017-02-131-0/+2
* drm/i915: Rename conditional GEM execution macrosChris Wilson2017-02-104-14/+14
* drm/i915: Move the irq_barrier for reset earlier into reset_prepareChris Wilson2017-02-101-3/+3
* drm/i915: Flush the freed object queue on device releaseChris Wilson2017-02-101-0/+2
* drm/i915: Unbind any residual objects/vma from the Global GTT on shutdownChris Wilson2017-02-101-0/+9
* drm/i915: Split device release from unloadChris Wilson2017-02-101-5/+15
* drm/i915/debugfs: Add i915_hpd_storm_ctlLyude2017-02-105-6/+94
* drm/i915: Simplify platform checks in intel_fb_pitch_limit()Ville Syrjälä2017-02-101-2/+1
* drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä2017-02-101-3/+3
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-02-10187-2026/+10030
|\
| * Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-1027-633/+682
| |\
| | * drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset2017-02-093-2/+8
| | * drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()Samuel Pitoiset2017-02-091-1/+4
| | * drm/amdgpu: add support for new smc firmware on polarisAlex Deucher2017-02-092-6/+29
| | * drm/amd/powerplay: refine code to avoid potential bug that the memory not cle...Rex Zhu2017-02-091-10/+7
| | * drm/amdgpu: shut up #warning for compile testingArnd Bergmann2017-02-091-0/+2
| | * drm/amdgpu/virt: fix double kfree on bo_vaColin Ian King2017-02-081-1/+0
| | * drm/radeon: remove some dead codeDan Carpenter2017-02-081-3/+1
| | * drm/radeon: avoid kernel segfault in vce when gpu fails to resumeJérôme Glisse2017-02-081-1/+1
| | * drm/amd/powerplay: set fan speed to max in profile peak mode only.Rex Zhu2017-02-081-2/+3
| | * drm/amd/gfx6: update gb_addr_configFlora Cui2017-02-081-0/+3
| | * drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDENFlora Cui2017-02-081-1/+1
| | * drm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDENFlora Cui2017-02-081-1/+1
| | * drm/amdgpu: refine si_read_registerFlora Cui2017-02-081-17/+73
| | * drm/amdgpu/gfx6: clean up spi configurationFlora Cui2017-02-081-8/+4
| | * drm/amdgpu/gfx6: clean up cu configurationFlora Cui2017-02-081-62/+38
| | * drm/amdgpu/gfx6: clean up rb configurationFlora Cui2017-02-081-59/+42
| | * drm/amdgpu: refine vce3.0 code and related powerplay pg code.Rex Zhu2017-02-083-51/+36
| | * drm/amdgpu: move subfunctions to the front of vce_v2_0.c.Rex Zhu2017-02-081-177/+171
| | * drm/amdgpu: enable vce pg feature on Kv.Rex Zhu2017-02-081-2/+2
| | * drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu2017-02-084-112/+111
| | * drm/amdgpu: when dpm disabled, also need to stop/start vce.Rex Zhu2017-02-081-0/+9
| | * drm/amdgpu: refine uvd5.0/6.0 code.Rex Zhu2017-02-084-42/+30
| | * drm/amdgpu: fix uvd can't initialized when dpm disabled on Ci.Rex Zhu2017-02-081-6/+14
| | * drm/amdgpu: refine uvd4.2 init/stop code.Rex Zhu2017-02-081-41/+70
| | * drm/amdgpu: refine uvd pg code in kv_dpm.cRex Zhu2017-02-081-21/+8
| | * drm/amdgpu: power down/up uvd4 when smu disabled.Rex Zhu2017-02-081-1/+16
| | * drm/amdgpu: add current_pg_status register define for smu7.1Rex Zhu2017-02-081-0/+1
| | * drm/amdgpu: when dpm disabled, also can enable uvd cg/pg.Rex Zhu2017-02-081-0/+9
| | * drm/amdgpu: stop reserving a shared fence for VA updatesChristian König2017-02-021-4/+3
| | * drm/amdgpu: fix race in GEM VA map IOCTL v2Christian König2017-02-021-32/+15
| * | Merge tag 'drm-fsl-dcu-for-v4.11' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie2017-02-101-5/+7
| |\ \
| | * | drm/fsl-dcu: check for clk_prepare_enable() errorFabio Estevam2017-02-071-2/+6
| | * | drm/fsl-dcu: remove unneeded 'ret' assignmentFabio Estevam2017-02-071-3/+1
| * | | Merge tag 'drm-misc-next-fixes-2017-02-09' of git://anongit.freedesktop.org/g...Dave Airlie2017-02-102-1/+4
| |\ \ \