summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2019-06-09drm/i915/wopcm: update default size for gen11+Daniele Ceraolo Spurio1-9/+18
2019-06-09drm/i915/guc: always use Command Transport BuffersDaniele Ceraolo Spurio7-72/+10
2019-06-08drm/i915/dsi: Read back pclk set by GOP and use that as pclk (v3)Hans de Goede1-4/+18
2019-06-08drm/i915/dsi: Move vlv/icl_dphy_param_init call out of intel_dsi_vbt_init (v2)Hans de Goede4-281/+280
2019-06-08drm/i915/dsi: Move logging of DSI VBT parameters to a helper functionHans de Goede1-35/+42
2019-06-07drm/i915/sdvo: Actually print the reason why the SDVO command failedVille Syrjälä1-1/+3
2019-06-07drm/i915/sdvo: Don't write stack garbage into the hbufVille Syrjälä1-1/+1
2019-06-07drm/i915/sdvo: Don't unpack stack garbageVille Syrjälä1-1/+1
2019-06-07drm/i915/sdvo: Check that we have space for the infoframeVille Syrjälä1-0/+3
2019-06-07drm/i915: Rename SDVO_AUDIO_ENABLE to HDMI_AUDIO_ENABLEVille Syrjälä2-6/+6
2019-06-07drm/i915/sdvo: Implement proper HDMI audio support for SDVOVille Syrjälä2-11/+50
2019-06-07drm/i915/sdvo: Fix AVI infoframe TX rate readoutVille Syrjälä1-5/+5
2019-06-07drm/i915: Fix per-pixel alpha with CCSVille Syrjälä1-4/+8
2019-06-07drm/i915: Drop pointless WARN_ONVille Syrjälä1-3/+0
2019-06-07drm/i915: Move intel_dp->prepare_link_train assignment into ddi codeVille Syrjälä3-6/+4
2019-06-07drm/i915: Tidy intel_execlists_submission_initTvrtko Ursulin1-5/+6
2019-06-07drm/i915: Convert some more bits to use engine mmio accessorsTvrtko Ursulin5-20/+20
2019-06-07drm/i915: Unexport i915_gem_init/fini_aliasing_ppgttTvrtko Ursulin2-7/+4
2019-06-07drm/i915: Extract engine fault reset to a helperTvrtko Ursulin1-4/+8
2019-06-07drm/i915: Make Gen6/7 RING_FAULT_REG access engine centricTvrtko Ursulin4-6/+22
2019-06-07drm/i915: Tidy engine mask types in hangcheckTvrtko Ursulin1-3/+3
2019-06-07drm/i915: Reset only affected engines when handling error captureTvrtko Ursulin3-5/+7
2019-06-07drm/i915/dmc: protect against reading random memoryLucas De Marchi1-0/+18
2019-06-06drm/i915: Report an earlier wedged event when suspending the enginesChris Wilson1-1/+1
2019-06-06drm/i915: Skip context_barrier emission for unused contextsChris Wilson2-5/+29
2019-06-06drm/i915: Move object close under its own lockChris Wilson13-103/+139
2019-06-06drm/i915: fix documentation build warningsJani Nikula4-3/+5
2019-06-05drm/i915/ehl: Support HBR3 on EHL combo PHYMatt Roper1-0/+1
2019-06-05drm/i915/dsi: Use a fuzzy check for burst mode clock checkHans de Goede3-1/+13
2019-06-05drm/i915/bios: add an enum for BDB block IDsJani Nikula2-37/+38
2019-06-05drm/i915/bios: add more LFP optionsJani Nikula1-1/+4
2019-06-05drm/i915/bios: add VBT swing bit to child device definitionJani Nikula1-1/+2
2019-06-05drm/i915/bios: sort BDB block definitions using block IDJani Nikula1-186/+186
2019-06-05drm/i915/bios: add BDB block comments before definitionsJani Nikula1-7/+50
2019-06-05drm/i915/bios: reserve struct bdb_ prefix for BDB blocksJani Nikula2-14/+18
2019-06-05drm/i915/bios: remove unused, obsolete VBT definitionsJani Nikula1-180/+0
2019-06-05drm/i915/bios: clean up VBT port info debug loggingJani Nikula1-2/+3
2019-06-05drm/i915/bios: use port info child pointer to determine LSPCON presenceJani Nikula2-47/+7
2019-06-05drm/i915/bios: use port info child pointer to determine HPD invertJani Nikula2-34/+7
2019-06-05drm/i915/bios: refactor DDC pin and AUX CH sanitize functionsJani Nikula1-14/+34
2019-06-05drm/i915/bios: store child device pointer in DDI port infoJani Nikula2-6/+8
2019-06-05drm/i915/bios: make child device order the priority orderJani Nikula1-17/+15
2019-06-05drm/i915: Enable intel_color_get_config()Swati Sharma1-0/+4
2019-06-05drm/i915: Introduce vfunc read_luts() to create hw lutSwati Sharma3-0/+10
2019-06-04drm/i915/gtt: Replace struct_mutex serialisation for allocationChris Wilson2-69/+153
2019-06-04drm/i915: Use unchecked uncore writes to flush the GTTChris Wilson1-8/+12
2019-06-04drm/i915: Use unchecked writes for setting up the fencesChris Wilson1-55/+68
2019-06-04drm/i915/selftests: Flush partial-tiling object onceChris Wilson1-12/+9
2019-06-04drm/i915: Fix plane state dumpsVille Syrjälä1-39/+45
2019-06-04drm/i915: Make state dumpers take a const stateVille Syrjälä3-18/+20