summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2018-04-06drm/i915: Split out parking from the idle worker for reuseChris Wilson
2018-04-06drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson
2018-04-06drm/i915/icl: Enable RC6 and RPS in Gen11Oscar Mateo
2018-04-06drm/i915/icl: Deal with GT INT DW correctlyOscar Mateo
2018-04-06drm/i915/icl: Handle RPS interrupts correctly for Gen11Oscar Mateo
2018-04-06drm/i915/icl: Use hw engine class, instance to find irq handlerMika Kuoppala
2018-04-06drm/i915/icl: Add reset control register changesMichel Thierry
2018-04-06drm/i915: Describe the bottom of stack in processing a batchbufferKevin Rogovin
2018-04-06drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson
2018-04-06drm/i915/audio: Fix audio enumeration issue on BXTGaurav K Singh
2018-04-06drm/i915: Fix memory leak in intel_hdcp authRadhakrishna Sripada
2018-04-05drm/i915: Only call finish_reset after a prepare_resetChris Wilson
2018-04-04drm/i915/selftests: Add basic sanitychecks for execlistsChris Wilson
2018-04-04drm/i915: Do no use kfree() to free a kmem_cache_alloc() return valueXidong Wang
2018-04-04drm/i915: Check hdcp key loadabilityRamalingam C
2018-04-04drm/i915: Read Vprime thrice incase of mismatchRamalingam C
2018-04-04drm/i915: Read HDCP R0 thrice in case of mismatchRamalingam C
2018-04-04drm/i915: Store preemption capability in engine->flagsChris Wilson
2018-04-03drm/i915/execlists: Track begin/end of execlists submission sequencesChris Wilson
2018-03-30Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi
2018-03-30drm/i915/psr: Set DPCD PSR2 enable bit when neededJosé Roberto de Souza
2018-03-30drm/i915/psr: Cache sink synchronization latencyJosé Roberto de Souza
2018-03-30drm/i915/psr: Use PSR2 macro for PSR2José Roberto de Souza
2018-03-30drm/i915/psr: Do not override PSR2 sink supportJosé Roberto de Souza
2018-03-30drm/i915/psr/cnl: Enable Y-coordinate support in sourceJosé Roberto de Souza
2018-03-30drm/i915/psr: Tie PSR2 support to Y coordinate requirementJosé Roberto de Souza
2018-03-30drm/i915/psr: Nuke aux frame syncJosé Roberto de Souza
2018-03-30drm/i915: Only warn for might_sleep() before a slow wait_for_registerChris Wilson
2018-03-30drm/i915: Avoid sleeping inside per-engine resetChris Wilson
2018-03-29drm/i915/perf: add more debug message on perf open & configsLionel Landwerlin
2018-03-29drm/i915: rename PPGTT/GGTT fields OA registersLionel Landwerlin
2018-03-29drm/i915/perf: remove empty lineLionel Landwerlin
2018-03-29drm/i915/perf: simplify OA unit enabling on gen7Lionel Landwerlin
2018-03-29drm/i915/perf: check the value of PROP_SAMPLE_OA uapi parameterLionel Landwerlin
2018-03-29drm/i915/perf: enable perf support on ICLLionel Landwerlin
2018-03-29drm/i915: Include the HW breadcrumb whenever we trace the global_seqnoChris Wilson
2018-03-29drm/i915/guc: enable guc interrupts unconditionally in uc_resumeMichel Thierry
2018-03-28drm/i915/guc: Trace messages from CT while in debugMichal Wajdeczko
2018-03-28drm/i915/guc: Handle default action received over CTMichal Wajdeczko
2018-03-28drm/i915/guc: Prepare to process incoming requests from CTMichal Wajdeczko
2018-03-28drm/i915/guc: Implement response handling in send_ct()Michal Wajdeczko
2018-03-28drm/i915/guc: Use better name for helper wait functionMichal Wajdeczko
2018-03-28drm/i915/guc: Prepare to handle messages from CT RECV bufferMichal Wajdeczko
2018-03-28drm/i915/guc: Make event handler a virtual functionMichal Wajdeczko
2018-03-28drm/i915/guc: Implement response handling in send_mmio()Michal Wajdeczko
2018-03-28drm/i915/guc: Prepare send() function to accept bigger responseMichal Wajdeczko
2018-03-28drm/i915/guc: Add support for data reporting in GuC responsesMichal Wajdeczko
2018-03-28drm/i915/guc: Add documentation for MMIO based communicationMichal Wajdeczko
2018-03-28drm/i915/execlists: Reset ring registers on rebinding contextsChris Wilson
2018-03-28drm/i915/gen11: add support for reading the timestamp frequencyPaulo Zanoni