summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-01-09drm/i915/gvt: cleanup opregion memory allocation codeJike Song2-6/+5
2017-01-09drm/i915/gvt: destroy the allocated idr on vgpu creating failuresJike Song1-1/+3
2017-01-09drm/i915/gvt: init/destroy vgpu_idr properlyJike Song1-1/+7
2017-01-09drm/i915/gvt: dec vgpu->running_workload_num after the workload is really doneChangbin Du1-5/+5
2017-01-09drm/i915/gvt: fix use after free for workloadChangbin Du1-2/+2
2017-01-09drm/i915/gvt: remove duplicated definitionZhenyu Wang1-7/+0
2017-01-09drm/i915/gvt: adjust high memory size for default vGPU typeZhenyu Wang1-2/+2
2017-01-09drm/i915/gvt: print correct value for untracked mmioPei Zhang1-15/+16
2017-01-09drm/i915/gvt: always use readq and writeqChangbin Du1-13/+2
2017-01-09drm/i915/gvt: fix return value in mul_force_wake_writeChangbin Du1-1/+1
2017-01-09drm/i915/gvt: fix error handing of tlb_control emulationChangbin Du1-4/+2
2017-01-09drm/i915/gvt: verify functions types in new_mmio_info()Nicolas Iooss1-2/+3
2017-01-09Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie20-105/+145
2017-01-09Merge branch 'msm-fixes-4.10' of git://people.freedesktop.org/~robclark/linux...Dave Airlie3-9/+21
2017-01-09Merge tag 'meson-drm-fixes-for-4.10' of git://people.freedesktop.org/~narmstr...Dave Airlie3-1/+23
2017-01-09Merge tag 'tilcdc-4.10-fixes' of https://github.com/jsarha/linux into drm-fixesDave Airlie1-9/+18
2017-01-09Merge tag 'drm-misc-fixes-2017-01-04' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-1/+3
2017-01-06drm/amdgpu: drop verde dpm quirksAlex Deucher1-13/+0
2017-01-06drm/radeon: drop verde dpm quirksAlex Deucher1-13/+0
2017-01-06drm/radeon: update smc firmware selection for SIAlex Deucher1-32/+28
2017-01-06drm/amdgpu: update si kicker smc firmwareFlora Cui1-29/+28
2017-01-06drm/amd/powerplay: extend smu's response timeout time.Rex Zhu1-1/+1
2017-01-06drm/amdgpu: remove static integer for uvd pp stateYintian Tao1-5/+0
2017-01-06drm/amd/amdgpu: add Polaris12 PCI IDJunwei Zhang1-0/+7
2017-01-06drm/amdgpu/powerplay: add Polaris12 supportJunwei Zhang4-2/+5
2017-01-06drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang11-10/+76
2017-01-06Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-12/+12
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+1
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk1-10/+1
2017-01-04drm/meson: Fix CVBS VDAC disableNeil Armstrong1-1/+1
2017-01-04drm/meson: Fix CVBS initialization when HDMI is configured by bootloaderNeil Armstrong1-0/+19
2017-01-04drm: Clean up planes in atomic commit helper failure pathLaurent Pinchart1-1/+3
2017-01-04drm: tilcdc: simplify the recovery from sync lost error on rev1Bartosz Golaszewski1-9/+18
2017-01-03drm/i915: Prevent timeline updates whilst performing resetChris Wilson1-1/+9
2017-01-03drm/i915: Silence allocation failure during sg_trim()Chris Wilson1-1/+1
2017-01-03drm/i915: Don't clflush before release phys objectChris Wilson1-4/+6
2017-01-03drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä1-2/+2
2017-01-03drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2-1/+21
2017-01-03drm/i915: Initialize overlay->last_flip properlyVille Syrjälä1-0/+2
2017-01-03drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2017-01-03drm/i915: Force VDD off on the new power seqeuencer before starting to use itVille Syrjälä1-7/+34
2017-01-03drm/meson: Fix plane atomic check when no crtc for the planeNeil Armstrong1-0/+3
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson1-9/+9
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson1-1/+1
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson1-1/+1
2016-12-29drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are setJordan Crouse1-1/+2
2016-12-29drm/msm: Put back the vaddr in submit_reloc()Jordan Crouse1-6/+9
2016-12-29drm/msm: Ensure that the hardware write pointer is validJordan Crouse2-2/+10
2016-12-26drm/i915/gvt: fix typo in cfg_space range checkPei Zhang1-1/+1
2016-12-26drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMANDMin He1-1/+1