summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2017-06-09drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku.Anusha Srivatsa-0/+1
2017-06-09drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.Anusha Srivatsa-0/+1
2017-06-09drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus.Anusha Srivatsa-0/+1
2017-06-09drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher-49/+124
2017-06-09drm/amd/powerplay: fix copy error in powerplay.Rex Zhu-3/+3
2017-06-09drm/amdgpu: move comment to the right placeAlex Xie-2/+2
2017-06-09drm/amdgpu: fix a typo in commentAlex Xie-1/+1
2017-06-09drm/amdgpu: remove duplicate function prototypesAlex Xie-1/+0
2017-06-09drm/amdgpu: Support page table update via CPUHarish Kasiviswanathan-1/+87
2017-06-09drm/amdgpu: Support page directory update via CPUHarish Kasiviswanathan-42/+119
2017-06-09drm/amdgpu: Add amdgpu_sync_waitHarish Kasiviswanathan-0/+20
2017-06-09drm/amdgpu: Add vm context module paramHarish Kasiviswanathan-3/+61
2017-06-09drm/i915/glk: Remove the alpha_support flagAnder Conselvan de Oliveira-1/+0
2017-06-09drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart-6/+70
2017-06-09Merge branch 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/lin...Dave Airlie-144/+42
2017-06-09Merge tag 'drm-intel-fixes-2017-06-08' of git://anongit.freedesktop.org/git/d...Dave Airlie-23/+196
2017-06-09Merge tag 'drm-misc-fixes-2017-06-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie-6/+16
2017-06-09Merge branch 'mediatek-drm-fixes-4.12-rc1' of https://github.com/ckhu-mediate...Dave Airlie-10/+7
2017-06-09Merge tag 'imx-drm-fixes-2017-06-08' of git://git.pengutronix.de/git/pza/linu...Dave Airlie-16/+14
2017-06-08drm/fsl-dcu: use new drm_atomic_helper_shutdownStefan Agner-1/+1
2017-06-08drm/fsl-dcu: implement irq_preinstall/uninstall callbacksStefan Agner-12/+8
2017-06-08drm/fsl: Drop drm_vblank_cleanupDaniel Vetter-2/+0
2017-06-08drm/i915/cfl: Introduce Display workarounds for Coffee Lake.Rodrigo Vivi-10/+11
2017-06-08drm/i915/cfl: Coffee Lake uses CNP PCH.Rodrigo Vivi-3/+6
2017-06-08drm/i915/cfl: Introduce Coffee Lake platform definition.Rodrigo Vivi-0/+19
2017-06-08drm/amdgpu: drop deprecated drm_get_pci_dev and drm_put_devAlex Deucher-2/+26
2017-06-08drm/amdgpu: call pci_[un]register_driver() directlyAlex Deucher-2/+2
2017-06-08drm/amdgpu/radeon: Use radeon by default for CIK GPUsMichel Dänzer-14/+14
2017-06-08drm/radeon: Make si_support and cik_support parameters always availableMichel Dänzer-13/+0
2017-06-08drm/amdgpu: Update Kconfig help for SI and CIK supportFelix Kuehling-4/+12
2017-06-08drm/amdgpu: Add module param to control SI supportFelix Kuehling-0/+26
2017-06-08drm/radeon: Add module param to control SI supportFelix Kuehling-0/+23
2017-06-08drm/amdgpu: Add module param to control CIK supportFelix Kuehling-0/+26
2017-06-08drm/i915: fix warning for unused variableJani Nikula-2/+0
2017-06-08drm/i915: Remove the spin-request during execbuf await_requestChris Wilson-12/+6
2017-06-08drm/i915: Skip adding the request to the signal tree is completeChris Wilson-21/+28
2017-06-08drm/i915: Report back whether the irq was armed when adding the waiterChris Wilson-9/+15
2017-06-08drm/i915: Check signaled state after enabling signalingChris Wilson-1/+1
2017-06-08drm/i915/guc: Clear enable_guc_loading in case of init failureMichel Thierry-2/+5
2017-06-08drm/i915: Move the unclaimed mmio detection into the powerwell for KMSChris Wilson-14/+9
2017-06-08gpu: ipu-v3: vdic: include AUTO field order bit in ipu_vdi_set_field_orderSteve Longerbeam-2/+2
2017-06-08gpu: ipu-v3: remove interrupt busy waiting routinePhilipp Zabel-17/+0
2017-06-08gpu: ipu-v3: allocate ipuv3_channels as neededPhilipp Zabel-14/+17
2017-06-08gpu: ipu-v3: Add support for double read/write reductionPhilipp Zabel-0/+6
2017-06-08gpu: ipu-v3: prg: remove counter load enableLucas Stach-2/+0
2017-06-08drm/i915/gvt: Refine virtual reset functionfred gao-11/+28
2017-06-08drm/i915/gvt: Fix GDRST vreg state after resetfred gao-0/+3
2017-06-08drm/i915/gvt: Tuning the size of MMIO hash lookup table to 2048Changbin Du-1/+1
2017-06-08drm/i915/gvt: Add helper for tuning MMIO hash tableChangbin Du-0/+5
2017-06-08drm/i915/gvt: Make the MMIO attribute wrappers be inlineChangbin Du-87/+79