aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/firmware.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21i915/gvt: Use the initial HW state snapshot saved in i915Zhi Wang1-16/+9
2021-02-02drm/i915/gvt: Remove references to struct drm_device.pdevThomas Zimmermann1-5/+5
2020-03-10Merge tag 'gvt-next-2020-03-10' of https://github.com/intel/gvt-linux into drm-intel-next-queuedRodrigo Vivi1-10/+6
2020-03-06drm/i915/gvt: Wean gvt off using dev_privChris Wilson1-10/+6
2020-02-10drm/i915/gvt: fix high-order allocation failure on late loadIgor Druzhinin1-2/+2
2019-06-12drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin1-2/+3
2018-05-17drm/i915/gvt: Use offsetofend() rather than offsetof + sizeofChris Wilson1-1/+1
2017-11-16drm/i915/gvt: Add mmio iterator intel_gvt_for_each_tracked_mmio()Changbin Du1-15/+11
2017-08-04drm/i915/gvt: Initialize MMIO Block with HW stateTina Zhang1-1/+10
2017-06-08drm/i915/gvt: Cleanup struct intel_gvt_mmio_infoChangbin Du1-7/+2
2017-04-01drm/i915/gvt: Fix firmware loading interface for GVT-g golden HW stateZhi Wang1-3/+6
2017-02-23drm/i915/gvt: set default value to 0 for unhandled mmio regsZhao Yan1-1/+1
2017-02-07drm/i915/gvt: use normal mmio read function for firmware exposureZhenyu Wang1-43/+4
2016-10-20drm/i915/gvt: fix sparse warnings on different address spacesDu, Changbin1-3/+5
2016-10-20drm/i915/gvt: clean up intel_gvt.h as interface for i915 coreZhenyu Wang1-0/+2
2016-10-14drm/i915/gvt: golden virtual HW state managementZhi Wang1-0/+308