summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-09-2111-18/+49
|\
| * drm/amdkfd: Fix ATS capablity was not reported correctly on some APUsYong Zhao2018-09-203-6/+29
| * drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao2018-09-205-5/+10
| * drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7Amber Lin2018-09-201-1/+1
| * drm/amdgpu: add new polaris pci idAlex Deucher2018-09-202-6/+9
* | drm/vmwgfx: Fix buffer object evictionThomas Hellstrom2018-09-201-1/+1
* | drm/vmwgfx: Don't impose STDU limits on framebuffer sizeDeepak Rawat2018-09-202-35/+14Star
* | drm/vmwgfx: limit mode size for all display unit to texture_maxDeepak Rawat2018-09-201-3/+7
* | drm/vmwgfx: limit screen size to stdu_max during check_modesetDeepak Rawat2018-09-201-8/+22
* | drm/vmwgfx: don't check for old_crtc_state enable statusDeepak Rawat2018-09-201-1/+1
|/
* Merge tag 'drm-intel-fixes-2018-09-19' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-09-204-1/+36
|\
| * Merge tag 'gvt-fixes-2018-09-18' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2018-09-184-1/+36
| |\
| | * drm/i915/gvt: clear ggtt entries when destroy vgpuZhipeng Gong2018-09-181-0/+1
| | * drm/i915/gvt: request srcu_read_lock before checking if one gfn is validWeinan Li2018-09-181-1/+6
| | * drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handlerColin Xu2018-09-181-0/+1
| | * drm/i915/gvt: Init PHY related registers for BXTColin Xu2018-09-181-0/+28
* | | Merge tag 'drm-misc-fixes-2018-09-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-09-2010-49/+21Star
|\ \ \ | |/ / |/| |
| * | drm: sun4i: drop second PLL from A64 HDMI PHYIcenowy Zheng2018-09-191-1/+0Star
| * | drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs creationLyude Paul2018-09-182-2/+2
| * | drm/fb-helper: Remove set but not used variable 'connector_funcs'YueHaibing2018-09-121-3/+0Star
| * | drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark2018-09-101-3/+5
| * | drm/sun4i: Remove R40 display pipeline compatiblesChen-Yu Tsai2018-09-103-26/+0Star
| * | drm/pl111: Make sure of_device_id tables are NULL terminatedzhong jiang2018-09-101-1/+2
| * | drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon2018-09-101-13/+12Star
* | | Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-09-141-10/+11
|\ \ \
| * | | drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs2018-09-131-10/+11
* | | | Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-09-143-12/+22
|\ \ \ \
| * | | | drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König2018-09-111-8/+15
| * | | | drm/amdgpu: move PSP init prior to IH in gpu resetEmily Deng2018-09-111-1/+1
| * | | | drm/amdgpu: Fix SDMA hang in prt mode v2Tao Zhou2018-09-111-2/+5
| * | | | drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König2018-09-111-1/+1
| | |/ / | |/| |
* | | | Merge tag 'drm-intel-fixes-2018-09-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-09-144-168/+98Star
|\ \ \ \
| * | | | drm/i915/overlay: Allocate physical registers from stolenChris Wilson2018-09-111-153/+75Star
| * | | | Merge tag 'gvt-fixes-2018-09-10' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2018-09-102-13/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm/i915/gvt: Fix the incorrect length of child_device_config issueWeinan Li2018-09-061-11/+9Star
| | * | | drm/i915/gvt: Fix life cycle reference on KVM mmZhenyu Wang2018-09-041-2/+8
| * | | | drm/i915/bdw: Increase IPS disable timeout to 100msImre Deak2018-09-101-2/+6
| | |/ / | |/| |
* | | | Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-09-1116-114/+297
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...Ben Skeggs2018-09-064-3/+28
| * | drm/nouveau/disp: fix DP disable raceBen Skeggs2018-09-064-9/+19
| * | drm/nouveau/disp: move eDP panel power handlingBen Skeggs2018-09-062-25/+35
| * | drm/nouveau/disp: remove unused struct memberBen Skeggs2018-09-062-2/+0Star
| * | drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs2018-09-061-1/+2
| * | drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs2018-09-061-1/+1
| * | drm/nouveau: fix oops in client init failure pathBen Skeggs2018-09-061-7/+7
| * | drm/nouveau: Fix nouveau_connector_ddc_detect()Lyude Paul2018-09-061-21/+28
| * | drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul2018-09-063-5/+8
| * | drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul2018-09-061-6/+20
| * | drm/nouveau: Reset MST branching unit before enablingLyude Paul2018-09-061-8/+12
| * | drm/nouveau: Only write DP_MSTM_CTRL when neededLyude Paul2018-09-061-9/+36