summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-21drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers v2Hans de Goede1-9/+6
2018-04-20drm/i915/psr: Timestamps for PSR entry and exit interrupts.Dhinakaran Pandiyan3-2/+16
2018-04-20drm/i915/psr: Control PSR interrupts via debugfsDhinakaran Pandiyan5-40/+108
2018-04-20drm/i915: Enable edp psr error interrupts on bdw+Ville Syrjälä3-16/+52
2018-04-20drm/i915: Enable edp psr error interrupts on hswDaniel Vetter2-0/+42
2018-04-20drm/i915: Remove skl dc6 enable/disable functionsDaniel Vetter2-10/+1
2018-04-20drm/i915: Enable display WA#1183 from its correct spotImre Deak1-6/+5
2018-04-19drm/i915: Protect PIPE_CONF_CHECK macros with do {} while(0)Ville Syrjälä1-18/+27
2018-04-19drm/i915/dsi: improve dphy param limits loggingJani Nikula1-16/+18
2018-04-19drm/i915/audio: set minimum CD clock to twice the BCLKAbhay Kumar1-2/+14
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson17-55/+91
2018-04-18drm/i915: Rename priotree to schedChris Wilson7-82/+85
2018-04-18drm/i915: Move the priotree struct to its own headersChris Wilson2-38/+58
2018-04-18drm/i915/audio: Fix audio detection issue on GLKGaurav K Singh1-1/+1
2018-04-17drm/i915/selftests: Handle a potential failure of intel_ring_beginOscar Mateo1-0/+7
2018-04-14drm/i915: Call i915_perf_fini() on init_hw error unwindChris Wilson1-12/+15
2018-04-14drm/i915: Check whitelist registers across resetsChris Wilson8-140/+380
2018-04-13drm/i915/guc: Remove GUC_CTL_DEVICE_INFO parameterPiorkowski, Piotr2-29/+0
2018-04-13drm/i915: Update DRIVER_DATE to 20180413drm-intel-next-2018-04-13Jani Nikula1-2/+2
2018-04-13drm/i915/cnl: Use mmio access to context status bufferMika Kuoppala1-0/+3
2018-04-12drm/i915/bios: reduce the scope of some local variables in parse_ddi_port()Jani Nikula1-6/+4
2018-04-12drm/i915/bios: filter out invalid DDC pins from VBT child devicesJani Nikula1-4/+9
2018-04-11drm/i915: Split out functions for different kinds of workaroundsOscar Mateo6-241/+436
2018-04-11drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo8-638/+709
2018-04-11drm/i915/execlists: Set queue priority from secondary portChris Wilson2-1/+23
2018-04-11drm/i915/bios: remove duplicated codeJani Nikula1-7/+0
2018-04-11drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6Tvrtko Ursulin1-10/+27
2018-04-10drm/i915/guc: Replace %phn with %phChris Wilson1-10/+10
2018-04-10drm/i915: Don't fiddle with rps/rc6 across GPU resetChris Wilson1-7/+0
2018-04-10drm/i915: Add debugfs file to clear FIFO underruns.Maarten Lankhorst4-12/+111
2018-04-10drm/i915/psr: Chase psr.enabled only under the psr.lockChris Wilson1-38/+44
2018-04-10drm/i915/gen9_lp: Increase DDI PHY0 power well enabling timeoutImre Deak1-5/+6
2018-04-09drm/i915: Remove last references to drm_atomic_get_existing* macrosMaarten Lankhorst1-29/+24
2018-04-09drm/i915: Remove get_existing_crtc_stateMaarten Lankhorst1-14/+0
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