aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson7-0/+287
2017-02-13drm/i915: Add some selftests for sg_table manipulationChris Wilson3-3/+364
2017-02-13drm/i915: Provide a hook for selftestsChris Wilson9-7/+530
2017-02-13drm/i915: Clear the last_retired_context following a hang/resetChris Wilson1-1/+7
2017-02-13drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson2-1/+18
2017-02-13drm/i915: Kill the tasklet then disableChris Wilson1-1/+1
2017-02-13drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()Chris Wilson1-1/+1
2017-02-13drm/i915: Assert that the active request hasn't been signaledChris Wilson1-0/+2
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson4-14/+14
2017-02-10drm/i915: Move the irq_barrier for reset earlier into reset_prepareChris Wilson1-3/+3
2017-02-10drm/i915: Flush the freed object queue on device releaseChris Wilson1-0/+2
2017-02-10drm/i915: Unbind any residual objects/vma from the Global GTT on shutdownChris Wilson1-0/+9
2017-02-10drm/i915: Split device release from unloadChris Wilson1-5/+15
2017-02-10drm/i915/debugfs: Add i915_hpd_storm_ctlLyude5-6/+94
2017-02-10drm/i915: Simplify platform checks in intel_fb_pitch_limit()Ville Syrjälä1-2/+1
2017-02-10drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä1-3/+3
2017-02-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter187-2026/+10030
2017-02-10drm/i915/byt: Take powerwell for reading PIPESTAT in debugfsChris Wilson1-1/+13
2017-02-10drm/i915: Always pin contexts into the high GGTTChris Wilson2-12/+4
2017-02-10drm/i915: Remove unused function intel_ddi_get_link_dpll()Ander Conselvan de Oliveira4-101/+8
2017-02-10drm/i915: Make power domain masks 64 bit longAnder Conselvan de Oliveira4-209/+209
2017-02-10Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie27-633/+682
2017-02-10Merge tag 'drm-fsl-dcu-for-v4.11' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-nextDave Airlie1-5/+7
2017-02-10Merge tag 'drm-misc-next-fixes-2017-02-09' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie2-1/+4
2017-02-09drm/i915: Use the size/type of address space to make decisionsChris Wilson4-13/+22
2017-02-09drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset3-2/+8
2017-02-09drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()Samuel Pitoiset1-1/+4
2017-02-09drm/amdgpu: add support for new smc firmware on polarisAlex Deucher2-6/+29
2017-02-09drm/amd/powerplay: refine code to avoid potential bug that the memory not cleared.Rex Zhu1-10/+7
2017-02-09drm/i915: Enable atomic support by default on supported platforms.Maarten Lankhorst2-5/+9
2017-02-09drm/i915: Add __destroy_hw_contextJoonas Lahtinen1-4/+9
2017-02-09drm/i915: Assert that we never create a vma for the aliasing_ppgttChris Wilson1-0/+3
2017-02-09drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson1-1/+6
2017-02-09drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang1-3/+4
2017-02-09drm/i915/dp: Move initialization of hpd_pin to a new functionAnder Conselvan de Oliveira1-20/+28
2017-02-09drm/i915: Remove WA for swapped HPD pins in broxton A steppingAnder Conselvan de Oliveira3-18/+2
2017-02-09drm/amdgpu: shut up #warning for compile testingArnd Bergmann1-0/+2
2017-02-08drm/amdgpu/virt: fix double kfree on bo_vaColin Ian King1-1/+0
2017-02-08drm/radeon: remove some dead codeDan Carpenter1-3/+1
2017-02-08drm/radeon: avoid kernel segfault in vce when gpu fails to resumeJérôme Glisse1-1/+1
2017-02-08drm/amd/powerplay: set fan speed to max in profile peak mode only.Rex Zhu1-2/+3
2017-02-08drm/amd/gfx6: update gb_addr_configFlora Cui1-0/+3
2017-02-08drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDENFlora Cui1-1/+1
2017-02-08drm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDENFlora Cui1-1/+1
2017-02-08drm/amdgpu: refine si_read_registerFlora Cui1-17/+73
2017-02-08drm/amdgpu/gfx6: clean up spi configurationFlora Cui1-8/+4
2017-02-08drm/amdgpu/gfx6: clean up cu configurationFlora Cui1-62/+38
2017-02-08drm/amdgpu/gfx6: clean up rb configurationFlora Cui1-59/+42
2017-02-08drm/amdgpu: refine vce3.0 code and related powerplay pg code.Rex Zhu3-51/+36
2017-02-08drm/amdgpu: move subfunctions to the front of vce_v2_0.c.Rex Zhu1-177/+171