summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2017-05-03drm/i915: Replace tmds_clock_speed and link_rate with just ls_clockVille Syrjälä-25/+12
2017-05-03drm/i915: Remove the unused pending_notify from LPE platform dataVille Syrjälä-2/+0
2017-05-03drm/i915: Stop pretending to mask/unmask LPE audio interruptsVille Syrjälä-45/+6
2017-05-03drm/i915: Fix runtime PM for LPE audioVille Syrjälä-0/+5
2017-05-03drm/i915: Switch the global i915.semaphores check to a local predicateChris Wilson-1/+3
2017-05-03drm/i915: Do not record a successful syncpoint for a dma-awaitChris Wilson-18/+19
2017-05-03drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]Chris Wilson-5/+12
2017-05-03drm/i915: Squash repeated awaits on the same fenceChris Wilson-18/+1588
2017-05-03drm/i915: Lift timeline ordering to await_dma_fenceChris Wilson-3/+9
2017-05-03drm/i915: Unwrap top level fence-arrayChris Wilson-23/+18
2017-05-03drm/i915: Mark up clflushes as belonging to an unordered timelineChris Wilson-9/+4
2017-05-03drm/i915: Use wait_for_atomic_us when waiting for gt fifoMika Kuoppala-16/+14
2017-05-03drm/i915: Move the GTFIFODBG to the common mmio dbg frameworkMika Kuoppala-46/+30
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2017-05-02drm/atomic: fix doc to use new name for commit typesGustavo Padovan-2/+2
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin-2/+1
2017-05-02drm/rockchip: analogix_dp: Remove unused check and variablesJeffy Chen-9/+1
2017-05-02drm/amdgpu: Reserve 0-2 invalidation reg sets for none-amdgpu usagesShaoyun Liu-1/+1
2017-05-02drm/amdgpu/gfx9: add additional MQD initializationAlex Deucher-0/+5
2017-05-02drm/amdgpu/gfx9: fix typo in mpd initAlex Deucher-2/+2
2017-05-02drm/amdgpu/gfx9: use actual gpu num se setting for ngg allocationAlex Deucher-2/+1
2017-05-02drm/amdgpu: update revision id settings for BR/STAlex Deucher-0/+12
2017-05-02drm/i915/guc: Enable send function only after successful initMichal Wajdeczko-1/+27
2017-05-02drm/i915: Do not leak dev_priv->l3_parity.remap_info[]Joonas Lahtinen-14/+36
2017-05-02drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2Mario Kleiner-0/+8
2017-05-02drm: Make drm_atomic_replace_property_blob_from_id() more genericJyri Sarha-5/+5
2017-05-02drm/i915: Update DRIVER_DATE to 20170502Daniel Vetter-2/+2
2017-05-02Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie-8/+10
2017-05-01Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"Michel Dänzer-124/+29
2017-04-29drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner-1/+1
2017-04-29drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_r...Wei Yongjun-1/+1
2017-04-29drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner-1/+1
2017-04-29drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs-5/+5
2017-04-29drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engineIlia Mirkin-0/+2
2017-04-28drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer-36/+36
2017-04-28drm/amd/powerplay: implement stop dpm task for vega10.Rex Zhu-1/+123
2017-04-28drm/amd/powerplay: complete disable_smc_firmware_ctf_tasks.Rex Zhu-1/+7
2017-04-28drm/amd/powerplay: add disable_smc_ctf callback in hwmgr.Rex Zhu-1/+13
2017-04-28drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2Chunming Zhou-0/+4
2017-04-28drm/amdgpu: bump version for exporting gpu info for gfx9Junwei Zhang-1/+2
2017-04-28drm/amdgpu: export more gpu info for gfx9Junwei Zhang-0/+18
2017-04-28drm/amdgpu: remove unused and mostly unimplemented CGS functions v2Christian König-468/+0
2017-04-28drm/amd/powerplay: refine set pcie dpm default table on vega10.Rex Zhu-21/+1
2017-04-28drm/amd/powerplay: disable cks by default on vega10.Rex Zhu-1/+1
2017-04-28drm/amd/powerplay: correct UlvOffsetVid on Vega10.Rex Zhu-3/+2
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie-1/+1
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie-7/+7
2017-04-28drm/amdgpu: fix NULL pointer errorChunming Zhou-1/+3
2017-04-28drm/amdgpu: validate shadow before restoring from itRoger.He-0/+34