summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie3-9/+35
2017-02-17Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie23-37/+227
2017-02-17Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-2/+2
2017-02-16drm/amdgpu: fix warning on older gcc releasesArnd Bergmann1-2/+2
2017-02-16drm/amd/amdgpu: Fix flow control in uvd_v4_2_stop()Tom St Denis1-3/+6
2017-02-16drm/amd/powerplay: add didt config table for polaris kickerHuang Rui1-1/+149
2017-02-16drm/amd/powerplay: modify VddcPhase value for polaris kickerHuang Rui1-1/+5
2017-02-16drm/amd/powerplay: add kicker flag into smumgrHuang Rui4-8/+16
2017-02-16drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursorMichel Dänzer1-2/+2
2017-02-16drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formatsJyri Sarha1-0/+19
2017-02-16drm/omapdrm: Move commit_modeset_enables() before commit_planes()Jyri Sarha1-1/+15
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha2-9/+2
2017-02-16drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede1-1/+12
2017-02-16drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson1-2/+2
2017-02-16drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson1-0/+5
2017-02-16drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä1-3/+3
2017-02-16drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson1-1/+6
2017-02-16drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang1-3/+4
2017-02-16drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson4-17/+81
2017-02-16drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang1-1/+2
2017-02-16drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak3-3/+8
2017-02-16drm/i915/gen9+: Enable hotplug detection earlyImre Deak1-19/+50
2017-02-16drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling modeChris Wilson1-1/+1
2017-02-16drm/i915: Recreate internal objects with single page segments if dmar failsChris Wilson1-14/+23
2017-02-16Merge tag 'gvt-next-2017-02-15' of https://github.com/01org/gvt-linux into dr...Jani Nikula13-99/+179
2017-02-16Merge tag 'gvt-next-2017-02-07' of https://github.com/01org/gvt-linux into dr...Jani Nikula9-121/+42
2017-02-16Merge branch 'drm-rockchip-next-2017-02-16' of https://github.com/markyzq/ker...Dave Airlie4-61/+298
2017-02-16Merge tag 'drm-misc-next-fixes-2017-02-15' of git://anongit.freedesktop.org/g...Dave Airlie3-0/+114
2017-02-15drm: Resurrect atomic rmfb code, v3Maarten Lankhorst3-0/+114
2017-02-15drm/dp/mst: fix kernel oops when turning off secondary monitorPierre-Louis Bossart1-1/+1
2017-02-15drm/rockchip: Use common IOMMU API to attach devicesShunqian Zheng1-47/+54
2017-02-15drm/rockchip: Do not use DMA mapping API if attached to IOMMU domainTomasz Figa3-14/+244
2017-02-14drm/i915/gvt: return error code if dma map iova failedChuanxiao Dong1-1/+4
2017-02-14drm/i915/gvt: optimize the inhibit context mmio loadChuanxiao Dong1-0/+17
2017-02-14drm/i915/gvt: add sprite plane flip done support.Xu Han2-1/+23
2017-02-14drm/i915/gvt: add missing display part reset for vGPU resetChangbin Du3-0/+14
2017-02-14drm/i915/gvt: Fix shadow context descriptorZhenyu Wang1-1/+2
2017-02-14drm/i915/gvt: Fix alignment for GTT allocationZhenyu Wang1-7/+8
2017-02-14idr: Return the deleted entry from idr_removeMatthew Wilcox2-9/+5
2017-02-13drm/amdgpu: Initialize pipe priority order on graphic initializationozeng2-0/+16
2017-02-13drm/amdgpu: read hw register to check pg status.Rex Zhu12-14/+22
2017-02-13drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL registerAlan Harrison1-0/+2
2017-02-11drm/amdgpu/pm: check for headless before calling compute_clocksAlex Deucher1-1/+2
2017-02-10drm/amdgpu: use amdgpu_gem_va_check() in amdgpu_gem_va_update_vm()Samuel Pitoiset1-7/+1
2017-02-10drm/amdgpu: add more cases to DCE11 possible crtc mask setupAlex Deucher1-0/+6
2017-02-10drm/i915/gvt: fix crash at function release_shadow_wa_ctxChangbin Du1-1/+1
2017-02-10drm/sti: debug fps resetVincent Abriou1-0/+2
2017-02-10drm/sti: hdmi: automatically check DVI/HDMI modeVincent Abriou2-40/+8
2017-02-10drm/sti: unbind all components while driver cleanupVincent Abriou1-0/+1
2017-02-10drm/sti: do not post GDP command if no updateVincent Abriou1-0/+15