summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update DRIVER_DATE to 20190110Rodrigo Vivi2019-01-111-2/+2
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+1
* drm/i915: Return immediately if trylock fails for direct-reclaimChris Wilson2019-01-081-3/+4
* drm/i915: rename dev_priv info to __info to avoid usageJani Nikula2019-01-021-8/+2Star
* drm/i915: always use INTEL_INFO() to access device infoJani Nikula2019-01-021-45/+45
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-1/+3
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-84/+0Star
* drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functionsJani Nikula2018-12-311-3/+3
* drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-3/+0Star
* drm/i915: Restrict PSMI context load w/a to Haswell GT1Chris Wilson2018-12-281-0/+2
* drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi2018-12-211-1/+1
* drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi2018-12-211-2/+2
* drm/i915/bios: Parse the VBT TypeC and Thunderbolt port flagsImre Deak2018-12-181-0/+2
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-21/+8Star
* drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi2018-12-131-1/+1
* drm/i915: Use intel_ types more consistently for color management code (v2)Matt Roper2018-12-111-2/+2
* drm/i915: Use intel_ types more consistently for watermark code (v2)Matt Roper2018-12-111-4/+2Star
* drm/i915/psr: Check if source supports sink specific SU granularityJosé Roberto de Souza2018-12-041-0/+1
* drm/i915: Update DRIVER_DATE to 20181204Jani Nikula2018-12-041-2/+2
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-0/+7
* drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-041-15/+0Star
* drm/i915: Record GT workarounds in a listTvrtko Ursulin2018-12-041-0/+2
* drm/i915: Move display device info capabilities to its own structJosé Roberto de Souza2018-12-031-11/+11
* drm/i915: Add HAS_DISPLAY() and use itJosé Roberto de Souza2018-12-031-0/+2
* drm/i915/psr: Get pipe id following atomic guidelinesJosé Roberto de Souza2018-11-301-0/+1
* drm/i915/dp: Disable DSC in source by disabling DSS CTL bitsManasi Navare2018-11-291-0/+1
* drm/i915/dp: Configure i915 Picture parameter Set registers during DSC enablingManasi Navare2018-11-291-0/+2
* drm/i915/dp: Add DSC params and DSC config to intel_crtc_stateManasi Navare2018-11-291-0/+1
* drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä2018-11-281-3/+0Star
* drm/i915: Disable PSR when a PSR aux error happenJosé Roberto de Souza2018-11-221-0/+1
* drm/i915: Do not enable PSR in the next modeset after a errorJosé Roberto de Souza2018-11-221-0/+1
* drm/i915: Update DRIVER_DATE to 20181122Jani Nikula2018-11-221-1/+1
* drm/i915: Update DRIVER_DATE to 20181122Jani Nikula2018-11-221-2/+2
* drm/i915: extract fixed point math to i915_fixed.hJani Nikula2018-11-201-138/+1Star
* Revert "drm/i915/perf: add a parameter to control the size of OA buffer"Joonas Lahtinen2018-11-191-1/+0Star
* drm/i915/bios: make the aux channel macros private to the vbt parserJani Nikula2018-11-151-7/+0Star
* drm/i915: remove unused DDC PIN macrosJani Nikula2018-11-151-4/+0Star
* drm/i915/bios: rename intel_aux_ch() to intel_bios_port_aux_ch()Jani Nikula2018-11-151-1/+1
* drm/i915: Determine DSI panel orientation from VBTVille Syrjälä2018-11-131-0/+2
* drm/i915: remove padding from struct skl_wm_levelPaulo Zanoni2018-11-091-1/+1
* drm/i915/cnl+: Move the combo PHY init/uninit code to a new fileImre Deak2018-11-081-0/+6
* drm/i915: Add short HPD IRQ storm detection for non-MST systemsLyude Paul2018-11-071-1/+4
* drm/i915: Update DRIVER_DATE to 20181102Jani Nikula2018-11-021-2/+2
* drm/i915: Configure AUX_CH_CTL when enabling the AUX power domainImre Deak2018-11-021-0/+5
* drm/i915: Move intel_aux_ch() to intel_bios.cImre Deak2018-11-021-0/+1
* drm/i915: Kill GEN_FOREVERRodrigo Vivi2018-10-291-10/+2Star
* drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLKVille Syrjälä2018-10-241-1/+0Star
* drm/i915/perf: add a parameter to control the size of OA bufferLionel Landwerlin2018-10-231-0/+1
* drm/i915/perf: pass stream to vfuncs when possibleLionel Landwerlin2018-10-231-4/+3Star
* drm/i915/perf: remove redundant oa buffer initializationLionel Landwerlin2018-10-231-17/+0Star