summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-04-18drm/i915: remove redundant assignment to variable test_resultColin Ian King1-1/+1
2020-04-18drm/i915: Add ICL PG3 PW ID for EHLAnshuman Gupta1-1/+1
2020-04-18drm/i915/display: Load DP_TP_CTL/STATUS offset before use itJosé Roberto de Souza2-6/+13
2020-04-18drm/i915/tc: Do not warn when aux power well of static TC ports timeoutJosé Roberto de Souza1-17/+42
2020-04-18drm/i915/tc: Catch TC users accessing FIA registers without enable auxJosé Roberto de Souza1-0/+20
2020-04-18drm/i915/tc/tgl: Implement TC cold sequencesJosé Roberto de Souza4-3/+127
2020-04-18drm/i915/tc: Skip ref held check for TC legacy aux power wellsJosé Roberto de Souza1-0/+3
2020-04-18drm/i915/tc/icl: Implement TC cold sequencesJosé Roberto de Souza3-7/+83
2020-04-18drm/i915/display: Split hsw_power_well_enable() into twoJosé Roberto de Souza1-7/+32
2020-04-18drm/i915/display: Add intel_legacy_aux_to_power_domain()José Roberto de Souza2-2/+14
2020-04-18drm/i915/display: Move out code to return the digital_port of the aux chJosé Roberto de Souza1-32/+37
2020-04-18drm/i915: Add missing deinitialization cases of load failureJosé Roberto de Souza1-11/+14
2020-04-17drm/i915/icl: Update forcewake firmware rangesRadhakrishna Sripada1-14/+17
2020-04-17drm/i915/selftests: Check power consumption at min/max frequenciesChris Wilson3-0/+140
2020-04-17drm/i915/selftests: Move gpu energy measurement into its own little libChris Wilson4-21/+44
2020-04-17drm/i915: Add pre/post plane updates for SAGVStanislav Lisovskiy3-9/+22
2020-04-17drm/i915: Prepare to extract gen specific functions from intel_can_enable_sagvStanislav Lisovskiy1-25/+36
2020-04-17drm/i915: Add intel_atomic_get_bw_*_state helpersStanislav Lisovskiy2-1/+32
2020-04-17drm/i915/selftests: Take the engine wakeref around __rps_up_interruptChris Wilson1-5/+11
2020-04-17drm/i915/selftests: Delay spinner before waiting for an interruptChris Wilson1-12/+16
2020-04-17drm/i915/gt: Scrub execlists state on resumeChris Wilson3-34/+43
2020-04-17drm/i915/display: Enable DP Display Audio WAUma Shankar2-0/+162
2020-04-17drm/i915: Add i915_lpsp_status debugfs attributeAnshuman Gupta2-0/+49
2020-04-17drm/i915: Add connector dbgfs for all connectorsAnshuman Gupta3-6/+3
2020-04-17drm/i915: Add i915_lpsp_capability debugfsAnshuman Gupta1-0/+53
2020-04-17drm/i915: Power well id for ICL PG3Anshuman Gupta2-4/+4
2020-04-17drm/i915: Update DRIVER_DATE to 20200417Joonas Lahtinen1-2/+2
2020-04-17drm/i915/tgl: TBT AUX should use TC power well opsMatt Roper1-6/+6
2020-04-16Merge tag 'topic/phy-compliance-2020-04-08' of git://anongit.freedesktop.org/...Joonas Lahtinen9-7/+305
2020-04-16Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen656-10903/+23930
2020-04-16drm/i915: HDCP: fix Ri prime check done during link checkOliver Barta1-1/+2
2020-04-16drm/i915: Add YUV444 packed format support for skl+Stanislav Lisovskiy3-1/+14
2020-04-16drm/i915/gt: Update PMINTRMSK holding fwChris Wilson1-3/+6
2020-04-16drm/i915/selftests: Exercise basic RPS interrupt generationChris Wilson4-0/+240
2020-04-16drm/i915/tgl: Initialize multicast register steering for workaroundsMatt Roper1-0/+2
2020-04-16drm/i915/tgl: Extend Wa_1409767108:tgl to B0 steppingMatt Roper1-1/+1
2020-04-16drm/i915/tgl: Add Wa_14010477008:tglMatt Roper2-5/+14
2020-04-15drm/i915/ehl: extended Wa_2006604312 to ehlMatt Atwood1-4/+4
2020-04-14drm/i915: Start passing latency as parameterStanislav Lisovskiy1-4/+8
2020-04-14drm/i915: do AUD_FREQ_CNTRL state save on all gen9+ platformsKai Vehmanen1-2/+2
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2-8/+0
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds31-189/+350
2020-04-10drm/i915/selftests: Check for an already completed timesliceChris Wilson1-0/+1
2020-04-09Merge tag 'amd-drm-fixes-5.7-2020-04-08' of git://people.freedesktop.org/~agd...Dave Airlie22-48/+217
2020-04-09Merge tag 'drm-intel-next-fixes-2020-04-08' of git://anongit.freedesktop.org/...Dave Airlie3-20/+42
2020-04-09drm/ttm: Temporarily disable the huge_fault() callbackThomas Hellstrom (VMware)1-63/+0
2020-04-09Merge tag 'drm-misc-next-fixes-2020-04-09' of git://anongit.freedesktop.org/d...Dave Airlie5-58/+91
2020-04-09drm/i915: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-09drm/bridge: analogix_dp: Split bind() into probe() and real bind()Marek Szyprowski3-40/+58
2020-04-09drm/amdgpu/display: fix warning when compiling without debugfsAlex Deucher1-1/+1