summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-02drm/i915/hsw: Use the read-out WRPLL/SPLL state instead of reading out againImre Deak1-5/+2
2020-03-02drm/i915/skl, cnl: Split out the WRPLL/LCPLL frequency calculationImre Deak4-145/+140
2020-03-02drm/i915/hsw: Split out the WRPLL, LCPLL, SPLL frequency calculationImre Deak1-35/+56
2020-03-02drm/i915/hsw: Split out the SPLL parameter calculationImre Deak1-14/+22
2020-03-02drm/i915/hsw: Rename the get HDMI/DP DPLL funcs to get WRPLL/LCPLLImre Deak1-5/+5
2020-03-02drm/i915/skl: Parametrize the DPLL ref clock instead of open-coding itImre Deak1-9/+12
2020-03-02drm/i915: Move DPLL frequency calculation to intel_dpll_mgr.cImre Deak5-437/+431
2020-03-02drm/i915/hsw: Use the DPLL ID when calculating DPLL clockImre Deak1-9/+8
2020-03-02drm/i915: Move the DPLL vfunc inits after the func definesImre Deak1-60/+60
2020-03-02drm/i915: Keep the global DPLL state in a DPLL specific structImre Deak6-57/+61
2020-03-02drm/i915: Move DPLL HW readout/sanitize fns to intel_dpll_mgr.cImre Deak3-42/+63
2020-03-02drm/i915: Fix bounds check in intel_get_shared_dpll_id()Imre Deak1-3/+6
2020-03-02drm/i915: Use intel_plane_data_rate for min_cdclk calculationStanislav Lisovskiy3-14/+28
2020-03-02drm/i915: Use a sentinel to terminate the dbuf slice arraysVille Syrjälä1-21/+13
2020-03-02drm/i915: Add missing commas to dbuf tablesVille Syrjälä1-44/+44
2020-03-02drm/i915: Remove garbage WARNsVille Syrjälä1-11/+0
2020-03-02drm/i915: Handle some leftover s/intel_crtc/crtc/Ville Syrjälä1-12/+11
2020-03-02drm/i915: Fix 90/270 degree rotated RGB565 src coord checksVille Syrjälä1-11/+21
2020-03-02drm/i915/dp: Use BDB_GENERAL_FEATURES VBT block info for builtin panel-orient...Hans de Goede1-2/+1
2020-03-02drm/i915/dsi: Remove readback of panel orientation on BYT / CHTHans de Goede1-54/+1
2020-03-02drm/i915: remove unused orig_clock i915 memberJani Nikula1-2/+0
2020-03-02drm/i915: add i915_ioc32.h for compatJani Nikula4-8/+23
2020-03-02drm/i915/dram: hide the dram structs betterJani Nikula2-10/+10
2020-03-02drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtcJani Nikula7-44/+42
2020-02-29drm/i915/gt: Expose heartbeat interval via sysfsChris Wilson2-0/+50
2020-02-29drm/i915/gt: Expose preempt reset timeout via sysfsChris Wilson2-0/+51
2020-02-29drm/i915/gt: Expose reset stop timeout via sysfsChris Wilson2-0/+43
2020-02-29drm/i915/gt: Expose busywait duration to sysfsChris Wilson5-12/+68
2020-02-29drm/i915/gt: Expose timeslice duration to sysfsChris Wilson2-0/+49
2020-02-29drm/i915/gt: Expose engine->mmio_base via sysfsChris Wilson1-0/+10
2020-02-29drm/i915/gt: Expose engine properties via sysfsChris Wilson4-1/+223
2020-02-29drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter1-1/+1
2020-02-28drm/i915: Drop WaDDIIOTimeout:glkVille Syrjälä1-10/+0
2020-02-28drm/i915: Limit display Wa_1405510057 to gen11Ville Syrjälä1-2/+2
2020-02-28drm/i915: Nuke pre-production GLK HDMI w/a 1139Ville Syrjälä1-5/+0
2020-02-28drm/i915/gt: Reset queue_priority_hint after wedgingChris Wilson1-0/+3
2020-02-28drm/i915/selftests: Be a little more lenient for reset workersChris Wilson1-22/+53
2020-02-28drm/i915: Add glk to intel_detect_preproduction_hw()Ville Syrjälä2-0/+3
2020-02-28drm/i915/selftests: Wait for the context switchChris Wilson1-11/+29
2020-02-28drm/i915/perf: Manually acquire engine-wakeref around use of kernel_contextChris Wilson1-0/+2
2020-02-28drm/i915/perf: Mark up the racy use of perf->exclusive_streamChris Wilson1-6/+7
2020-02-28drm/i915: Fix wrongly populated plane possible_crtcs bit maskAnshuman Gupta2-17/+18
2020-02-28drm/i915: Protect i915_request_await_start from early waitsChris Wilson1-13/+28
2020-02-28drm/i915/selftests: Check recovery from corrupted LRCChris Wilson1-0/+135
2020-02-28drm/i915/selftests: Verify LRC isolationChris Wilson1-0/+533
2020-02-28drm/i915/gt: Pull marking vm as closed underneath the vm->mutexChris Wilson2-3/+5
2020-02-28drm/i915/gt: Check engine-is-awake on reset laterChris Wilson1-3/+4
2020-02-28drm/i915/selftests: Disable heartbeat around manual pulse testsChris Wilson2-6/+27
2020-02-28drm/i915: Skip barriers inside waitsChris Wilson1-0/+3
2020-02-28drm/i915/ggtt: do not set bits 1-11 in gen12 ptesDaniele Ceraolo Spurio4-31/+36