summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-08-06drm/i915/gem: Make caps.scheduler staticChris Wilson
2019-08-06drm/i915: Use drm_i915_private directly from drv_get_drvdata()Chris Wilson
2019-08-05drm/i915/gt: Remove stale kerneldoc for internal MOCS functionsChris Wilson
2019-08-05drm/i915/uc: Don't fail on HuC early init errorsMichal Wajdeczko
2019-08-05drm/i915/uc: Remove redundant GuC support checksMichal Wajdeczko
2019-08-05drm/i915/huc: Prefer intel_huc_is_supportedMichal Wajdeczko
2019-08-05drm/i915/guc: Prefer intel_guc_is_submission_supportedMichal Wajdeczko
2019-08-05drm/i915: Fix wrong escape clock divisor init for GLKStanislav Lisovskiy
2019-08-04drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson
2019-08-04drm/i915: Teach execbuffer to take the engine wakeref not GTChris Wilson
2019-08-02drm/i915: Flush the freed object list on file closeChris Wilson
2019-08-02drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson
2019-08-02drm/i915/wopcm: Don't fail on WOPCM partitioning failureMichal Wajdeczko
2019-08-02drm/i915/uc: Inject probe errors into intel_uc_init_hwMichal Wajdeczko
2019-08-02drm/i915/uc: Move GuC error log to uc and release it on finiMichal Wajdeczko
2019-08-02drm/i915/uc: Reorder firmware status codesMichal Wajdeczko
2019-08-02drm/i915/uc: Do full sanitize instead of pure resetMichal Wajdeczko
2019-08-02drm/i915: Add i915 to i915_inject_probe_failureMichal Wajdeczko
2019-08-02drm/i915: Report resv_obj allocation failureChris Wilson
2019-08-02drm/i915: Fix documentation for __intel_wait_for_register_fw*Michal Wajdeczko
2019-08-02drm/i915/oa: update the generated filesJani Nikula
2019-08-02drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson
2019-08-02drm/i915: Flush extra hard after writing relocations through the GTTChris Wilson
2019-08-02drm/i915/pmu: Atomically acquire the gt_pm wakerefChris Wilson
2019-08-01drm/i915/pmu: Make get_rc6 take intel_gtTvrtko Ursulin
2019-08-01drm/i915/pmu: Convert sampling to gtTvrtko Ursulin
2019-08-01drm/i915/pmu: Convert engine sampling to uncore mmioTvrtko Ursulin
2019-08-01drm/i915/pmu: Make more struct i915_pmu centricTvrtko Ursulin
2019-08-01drm/i915/tgl: allow the reg_read ioctl to read the RCS TIMESTAMP registerJordan Justen
2019-08-01drm/i915/tgl: Add and use new DC5 and DC6 residency counter registersJosé Roberto de Souza
2019-08-01drm/i915/uc: Stop sanitizing enable_guc modparamMichal Wajdeczko
2019-08-01drm/i915/guc: Use dedicated flag to track submission modeMichal Wajdeczko
2019-08-01drm/i915/uc: Consider enable_guc modparam during fw selectionMichal Wajdeczko
2019-08-01drm/i915/uc: Rename intel_uc_is_using* into intel_uc_supports*Michal Wajdeczko
2019-08-01drm/i915/gt: Introduce intel_gt_runtime_suspend/resumeDaniele Ceraolo Spurio
2019-08-01drm/i915/uc: Move uC early functions inside the GT onesDaniele Ceraolo Spurio
2019-08-01drm/i915/gt: Move gt_cleanup_early out of gem_cleanup_earlyDaniele Ceraolo Spurio
2019-08-01drm/i915: Remove lrc default desc from GEM contextChris Wilson
2019-08-01drm/i915/ehl: Don't forget to handle port C's hotplug interruptsMatt Roper
2019-08-01drm/i915/oa: add content to MakefileJani Nikula
2019-08-01drm/i915: fix possible memory leak in intel_hdcp_auth_downstream()Wei Yongjun
2019-08-01drm/i915/execlists: Always clear pending&inflight requests on resetChris Wilson
2019-07-31drm/i915/ehl: Ungate DDIC and DDIDJosé Roberto de Souza
2019-07-31drm/i915: Move MOCS setup to intel_mocs.cTvrtko Ursulin
2019-07-31drm/i915/tgl: Tigerlake only has global MOCS registersMichel Thierry
2019-07-31drm/i915/tgl: Define MOCS entries for TigerlakeTomasz Lis
2019-07-31drm/i915/tgl: stop using ERROR_GEN6 and DONE_REGLucas De Marchi
2019-07-31drm/i915/tgl: Move fault registers to their new offsetLucas De Marchi
2019-07-31drm/i915: remove dangling forward declarationLucas De Marchi
2019-07-31drm/i915/uc: Move uC WOPCM setup in uc_init_hwDaniele Ceraolo Spurio