summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-07-03148-3345/+6025
|\
| * drm/i915: Update DRIVER_DATE to 20200702Jani Nikula2020-07-021-2/+2
| * drm/i915: Drop vm.ref for duplicate vma on constructionChris Wilson2020-07-021-0/+1
| * drm/i915/gt: Move the heartbeat into the high priority system wqChris Wilson2020-07-021-1/+1
| * drm/i915/gt: Harden the heartbeat against a stuck driverChris Wilson2020-07-022-2/+13
| * drm/i915/dp: Correctly advertise HBR3 for GEN11+Matt Atwood2020-07-021-17/+11
| * drm/i915: Fix g4x fbc watermark enableVille Syrjälä2020-07-011-12/+21
| * drm/i915/icl+: Simplify combo/TBT PLL calculation call-chainImre Deak2020-07-011-37/+27
| * drm/i915/tgl+: Fix TBT DPLL fractional divider for 38.4MHz ref clockImre Deak2020-07-011-1/+12
| * drm/i915/gem: Move obj->lut_list under its own lockChris Wilson2020-07-014-12/+20
| * drm/i915/display: remove alias to dig_portLucas De Marchi2020-07-011-6/+5
| * drm/i915: Add PSR2 selective fetch registersJosé Roberto de Souza2020-07-011-5/+63
| * drm/i915: Reorder intel_psr2_config_valid()José Roberto de Souza2020-07-011-25/+25
| * drm/i915: Add plane damage clips propertyJosé Roberto de Souza2020-07-012-0/+8
| * drm/i915/gem: Avoid kmalloc under i915->mm_lockChris Wilson2020-06-302-68/+65
| * drm/i915: Suppress spurious underruns on gen2Ville Syrjälä2020-06-301-0/+4
| * drm/i915/fbc: Reduce fbc1 compression interval to 1 secondVille Syrjälä2020-06-301-2/+2
| * drm/i915/fbc: Store the fbc1 compression interval in the paramsVille Syrjälä2020-06-302-7/+8
| * drm/i915/fbc: Parametrize FBC_CONTROLVille Syrjälä2020-06-302-11/+15
| * drm/i915/fbc: Don't clear busy_bits for origin==GTTVille Syrjälä2020-06-301-1/+9
| * drm/i915/fbc: Fix fence_y_offset handlingVille Syrjälä2020-06-304-25/+25
| * drm/i915: Skip stale object handle for debugfs per-file-statsChris Wilson2020-06-301-1/+1
| * drm/i915/display: fix missing null check on allocated dsb objectColin Ian King2020-06-301-0/+4
| * drm/i915: fix a couple of spelling mistakes in kernel parameter help textColin Ian King2020-06-301-2/+2
| * drm/i915: HDCP: retry link integrity check on failureOliver Barta2020-06-301-3/+16
| * drm/i915: Clamp linetime wm to <64usecVille Syrjälä2020-06-291-6/+12
| * drm/i915/gen12: implement Wa_14011508470Matt Atwood2020-06-272-0/+14
| * drm/i915: Extend Wa_14010685332 to all ICP+ PCH'sMatt Roper2020-06-261-4/+2
| * drm/i915: Fix DP_TRAIN_MAX_{PRE_EMPHASIS,SWING}_REACHED handlingVille Syrjälä2020-06-251-2/+3
| * Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-06-256642-102056/+525139
| |\
| * | drm/i915/dp_mst: Enable VC payload allocation after transcoder is enabledImre Deak2020-06-242-5/+11
| * | drm/i915/dp_mst: Clear the ACT sent flag during encoder disabling tooImre Deak2020-06-231-0/+2
| * | drm/i915/dp_mst: Clear only the ACT sent flag from DP_TP_STATUSImre Deak2020-06-231-1/+1
| * | drm/i915/dp_mst: Move clearing the ACT sent flag closer to its pollingImre Deak2020-06-231-13/+23
| * | drm/i915/dp_mst: Disable link training fallback on MST linksImre Deak2020-06-231-7/+20
| * | drm/i915/tgl+: Use the correct DP_TP_* register instances in MST encodersImre Deak2020-06-231-5/+10
| * | drm/i915/params: switch to device specific parametersJani Nikula2020-06-2230-109/+120
| * | drm/i915/gt: Replace manual kmap_atomic() with pin_map for renderstateChris Wilson2020-06-201-20/+9
| * | drm/i915/gvt: Drop redundant prepare_write/pin_pagesChris Wilson2020-06-203-52/+15
| * | drm/i915/gt: Show the culmative runtime as part of the engine infoChris Wilson2020-06-191-0/+5
| * | drm/i915/gt: Initialise rps timestampChris Wilson2020-06-191-2/+2
| * | drm/i915/query: Use struct_size() helperGustavo A. R. Silva2020-06-191-2/+1
| * | drm/i915/gt: Always report the sample time for busy-statsChris Wilson2020-06-186-44/+66
| * | drm/i915/selftests: Enable selftesting of busy-statsChris Wilson2020-06-188-170/+212
| * | drm/i915/selftests: fix spelling mistake "submited" -> "submitted"Colin Ian King2020-06-171-1/+1
| * | drm/i915/selftests: Check preemption rollback of different ring queue depthsChris Wilson2020-06-171-0/+163
| * | drm/i915/selftests: Use friendly request names for live_timeslice_rewindChris Wilson2020-06-171-7/+8
| * | drm/i915/selftests: Exercise far preemption rollbacksChris Wilson2020-06-171-0/+151
| * | drm/i915: Remove redundant i915_request_await_object in blit clearsTvrtko Ursulin2020-06-161-31/+21
| * | drm/i915: Mark up inline getters as taking a const i915_requestChris Wilson2020-06-161-3/+3