summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-09drm/i915: Change use get_new_plane_state instead of existing plane stateMaarten Lankhorst3-15/+3
2018-04-09drm/i915/execlists: Log fence context & seqno throughout GEM_TRACETvrtko Ursulin2-8/+20
2018-04-09drm/i915: Enclose for_each_engine_masked macro arguments in parenthesesTvrtko Ursulin1-2/+4
2018-04-09drm/i915: Upscale scaler max scale for NV12Chandra Konduru3-13/+46
2018-04-09drm/i915: Update format_is_yuv() to include NV12Chandra Konduru2-0/+2
2018-04-09drm/i915: Set scaler mode for NV12Chandra Konduru2-2/+14
2018-04-09drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl RegVidya Srinivas1-1/+6
2018-04-09drm/i915: Display WA 827Vidya Srinivas2-0/+37
2018-04-09drm/i915/skl: split skl_compute_ddb functionMahesh Kumar1-69/+88
2018-04-09drm/i915/skl+: nv12 workaround disable WM level 1-7Mahesh Kumar1-0/+11
2018-04-09drm/i915/skl+: make sure higher latency level has higher wm valueMahesh Kumar1-0/+18
2018-04-09drm/i915/skl+: pass skl_wm_level struct to wm compute funcMahesh Kumar1-11/+7
2018-04-09drm/i915/skl+: NV12 related changes for WMMahesh Kumar3-8/+44
2018-04-09drm/i915/skl+: support verification of DDB HW state for NV12Mahesh Kumar3-11/+43
2018-04-09drm/i915/skl+: add NV12 in skl_format_to_fourccMahesh Kumar1-0/+2
2018-04-09drm/i915/skl+: refactor WM calculation for NV12Mahesh Kumar3-61/+66
2018-04-09drm/i915/skl+: rename skl_wm_values struct to skl_ddb_valuesMahesh Kumar3-11/+11
2018-04-07drm/i915/dp: Send DPCD ON for MST before phy_upLyude Paul2-3/+13
2018-04-06drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson7-32/+47
2018-04-06drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson4-30/+20
2018-04-06drm/i915: Split out parking from the idle worker for reuseChris Wilson3-77/+103
2018-04-06drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson1-6/+6
2018-04-06drm/i915/icl: Enable RC6 and RPS in Gen11Oscar Mateo2-11/+9
2018-04-06drm/i915/icl: Deal with GT INT DW correctlyOscar Mateo1-37/+73
2018-04-06drm/i915/icl: Handle RPS interrupts correctly for Gen11Oscar Mateo4-14/+67
2018-04-06drm/i915/icl: Use hw engine class, instance to find irq handlerMika Kuoppala2-47/+56
2018-04-06drm/i915/icl: Add reset control register changesMichel Thierry2-2/+62
2018-04-06drm/i915: Describe the bottom of stack in processing a batchbufferKevin Rogovin1-0/+29
2018-04-06drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson2-4/+47
2018-04-06drm/i915/audio: Fix audio enumeration issue on BXTGaurav K Singh1-1/+1
2018-04-06drm/i915: Fix memory leak in intel_hdcp authRadhakrishna Sripada1-3/+6
2018-04-05drm/i915: Only call finish_reset after a prepare_resetChris Wilson1-6/+3
2018-04-04drm/i915/selftests: Add basic sanitychecks for execlistsChris Wilson3-0/+512
2018-04-04drm/i915: Do no use kfree() to free a kmem_cache_alloc() return valueXidong Wang1-1/+1
2018-04-04drm/i915: Check hdcp key loadabilityRamalingam C1-2/+39
2018-04-04drm/i915: Read Vprime thrice incase of mismatchRamalingam C1-42/+70
2018-04-04drm/i915: Read HDCP R0 thrice in case of mismatchRamalingam C1-8/+19
2018-04-04drm/i915: Store preemption capability in engine->flagsChris Wilson3-7/+34
2018-04-03drm/i915/execlists: Track begin/end of execlists submission sequencesChris Wilson3-19/+63
2018-03-30Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi1245-22087/+126787
2018-03-30drm/i915/psr: Set DPCD PSR2 enable bit when neededJosé Roberto de Souza1-5/+6
2018-03-30drm/i915/psr: Cache sink synchronization latencyJosé Roberto de Souza2-12/+17
2018-03-30drm/i915/psr: Use PSR2 macro for PSR2José Roberto de Souza2-2/+3
2018-03-30drm/i915/psr: Do not override PSR2 sink supportJosé Roberto de Souza3-19/+21
2018-03-30drm/i915/psr/cnl: Enable Y-coordinate support in sourceJosé Roberto de Souza2-4/+15
2018-03-30drm/i915/psr: Tie PSR2 support to Y coordinate requirementJosé Roberto de Souza2-28/+19
2018-03-30drm/i915/psr: Nuke aux frame syncJosé Roberto de Souza2-24/+1
2018-03-30drm/i915: Only warn for might_sleep() before a slow wait_for_registerChris Wilson1-2/+2
2018-03-30drm/i915: Avoid sleeping inside per-engine resetChris Wilson1-17/+34
2018-03-29drm/i915/perf: add more debug message on perf open & configsLionel Landwerlin1-3/+14