summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Tidy the tail of i915_tiling_ok()Chris Wilson2017-02-031-6/+4
* drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling modeChris Wilson2017-02-031-1/+1
* drm/i915/bxt: Add MST support when do DPLL calculationLee, Shawn C2017-02-031-1/+2
* drm/i915: remove 512GB allocation warningMatthew Auld2017-02-031-4/+0
* drm/i915: Recreate internal objects with single page segments if dmar failsChris Wilson2017-02-031-14/+23
* drm/i915: don't warn about Skylake CPU - KabyPoint PCH comboJani Nikula2017-02-021-1/+2
* drm/i915: Build DRM range manager selftests for CIChris Wilson2017-02-021-0/+1
* drm/i915: fix i915 running as dom0 under XenJuergen Gross2017-02-021-2/+10
* drm/i915: Fix POWER_DOMAIN_AUDIO refcounting.Maarten Lankhorst2017-02-013-19/+8
* drm/i915: Disable all crtcs during driver unload, v2.Maarten Lankhorst2017-02-011-0/+21
* drm/i915/execlists: Add interrupt-pending check to intel_execlists_idle()Chris Wilson2017-02-011-1/+7
* drm/i915/execlists: Skip resetting RING_CONTEXT_STATUS_PTRChris Wilson2017-02-011-2/+0
* drm/i915: Add MIPI_IO WA and program DSI regulatorsUma Shankar2017-02-012-0/+31
* drm/i915: Flush untouched framebuffers before display on !llcChris Wilson2017-02-011-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-02-01332-8888/+9159
|\
| * Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2017-02-018-196/+131
| |\
| | * drm/exynos: g2d: prevent integer overflow inJoonyoung Shim2017-01-311-1/+16
| | * drm/exynos: fix a timeout loopDan Carpenter2017-01-311-1/+1
| | * drm/exynos: use atomic helper commitInki Dae2017-01-313-110/+39
| | * drm/exynos: remove unnecessary codesInki Dae2017-01-313-29/+0
| | * drm/exynos: mic: Add runtime PM supportMarek Szyprowski2017-01-311-23/+59
| | * drm/exynos: Stop using drm_framebuffer_unregister_privateDaniel Vetter2017-01-311-3/+1
| | * drm/exynos: mic: Fix parse_dt functionHoegeun Kwon2017-01-311-22/+3
| | * drm/exynos: mic: Add mode_set callback functionHoegeun Kwon2017-01-311-7/+12
| * | Merge tag 'sunxi-drm-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-02-011-1/+1
| |\ \
| | * | drm/sun4i: Fix a return value in case of errorChristophe JAILLET2017-01-021-1/+1
| * | | Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie2017-02-017-12/+12
| |\ \ \
| | * | | drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini2017-01-261-4/+3
| | * | | drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh2017-01-261-2/+1
| | * | | drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom2017-01-261-1/+1
| | * | | drm/vmwgfx: Clear an uninitialized struct memberThomas Hellstrom2017-01-261-0/+2
| | * | | drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom2017-01-263-4/+4
| | * | | drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom2017-01-261-1/+1
| * | | | Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-01131-6103/+4815
| |\ \ \ \
| | * | | | drm/amdgpu: fix amdgpu_bo_va_mapping flagsChristian König2017-01-273-3/+3
| | * | | | drm/amdgpu: access stolen VRAM directly on CZ (v2)Christian König2017-01-271-1/+8
| | * | | | drm/amdgpu: access stolen VRAM directly on KV/KB (v2)Christian König2017-01-271-1/+8
| | * | | | drm/amdgpu: fix kernel panic when dpm disabled on Kv.Rex Zhu2017-01-271-0/+3
| | * | | | drm/amdgpu: fix dpm bug on Kv.Rex Zhu2017-01-271-3/+41
| | * | | | drm/amd/powerplay: fix regresstion issue can't set manual dpm mode.Rex Zhu2017-01-271-0/+3
| | * | | | drm/amdgpu: handle vfct with multiple vbios imagesAlex Deucher2017-01-271-32/+34
| | * | | | drm/radeon: handle vfct with multiple vbios imagesAlex Deucher2017-01-271-30/+36
| | * | | | drm/amdgpu: move misc si headers into amdgpuAlex Deucher2017-01-278-6/+6
| | * | | | drm/amdgpu: remove unused header si_reg.hAlex Deucher2017-01-271-105/+0
| | * | | | drm/radeon: drop pitcairn dpm quirksAlex Deucher2017-01-271-46/+1
| | * | | | drm/amdgpu: drop pitcairn dpm quirksAlex Deucher2017-01-271-46/+1
| | * | | | drm: radeon: radeon_ttm: Handle return NULL error from ioremap_nocacheArvind Yadav2017-01-271-0/+2
| | * | | | drm/amd/amdgpu/amdgpu_ttm: Handle return NULL error from ioremap_nocacheArvind Yadav2017-01-271-0/+2
| | * | | | drm/amdgpu: add new virtual display IDYintian Tao2017-01-271-1/+2
| | * | | | drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang2017-01-2713-18/+17
OpenPOWER on IntegriCloud