aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-18drm/i915/guc: Simplify GuC doorbell logicMichał Winiarski3-50/+15
2017-09-18drm/i915/guc: Submit GuC workitems containing coalesced requestsMichał Winiarski4-157/+63
2017-09-18drm/i915/guc: Remove obsolete comments and remove unused variableMichał Winiarski2-6/+1
2017-09-18drm/i915/execlists: Unwind incomplete requests on resetsChris Wilson1-35/+26
2017-09-18drm/i915/execlists: Split insert_request()Chris Wilson1-16/+19
2017-09-18drm/i915/execlists: Move insert_request()Chris Wilson1-64/+64
2017-09-18drm/i915/execlists: Kick start request processing after a resetChris Wilson1-2/+6
2017-09-18drm/i915: Cancel all ready but queued requests when wedgingChris Wilson4-37/+89
2017-09-15drm/i915: Reinstate GMBUS and AUX interrupts on gen4/g4xVille Syrjälä2-9/+5
2017-09-15drm/i915: Remove duplicated irq_preinstall/uninstall hooksVille Syrjälä1-100/+17
2017-09-15drm/i915: Clean up the HWSTAM messVille Syrjälä1-7/+8
2017-09-15drm/i915: Mask everything in ring HWSTAM on gen6+ in ringbuffer modeVille Syrjälä1-0/+3
2017-09-15drm/i915: Extend private i915_param_named macro with descriptionMichal Wajdeczko1-100/+67
2017-09-15drm/i915: Introduce custom variant of module_param_named macroMichal Wajdeczko1-40/+45
2017-09-15drm/i915: Rename lvds_use_ssc modparam to panel_use_sscMichal Wajdeczko1-2/+2
2017-09-15drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson1-1/+3
2017-09-15drm/i915: Remove unused 'in_vbl' from i915_get_crtc_scanoutpos()Chris Wilson1-3/+0
2017-09-14drm/i915/cnl: Change the macro name to DPLL_CFGCR0_DCO_FRACTION_SHIFTManasi Navare2-2/+2
2017-09-14drm/i915: Gen3 HWSTAM is actually 32 bitsVille Syrjälä1-2/+2
2017-09-14drm/i915: Rewrite GMCH irq handlers to avoid loopsVille Syrjälä1-92/+51
2017-09-14drm/i915: Extract PIPESTAT irq handling into separate functionsVille Syrjälä1-122/+93
2017-09-14drm/i915: Remove NULL dev_priv checks from irq_uninstallVille Syrjälä1-19/+0
2017-09-14drm/i915: Unify the appearance of gen3/4 irq_postistall hooksVille Syrjälä1-11/+17
2017-09-14drm/i915: Eliminate PORT_HOTPLUG_EN setup from gen3/4 irq_postinstallVille Syrjälä1-6/+0
2017-09-14drm/i915: Setup EMR first on all gen2-4Ville Syrjälä1-18/+19
2017-09-14drm/i915: Introduce GEN2_IRQ_RESET/INITVille Syrjälä1-12/+42
2017-09-14drm/i915: Use GEN3_IRQ_RESET/INIT on gen3/4Ville Syrjälä1-18/+6
2017-09-14drm/i915: s/GEN5/GEN3/Ville Syrjälä1-22/+22
2017-09-14drm/i915: Clear pipestat consistentlyVille Syrjälä1-37/+30
2017-09-14drm/i915: Don't enable/unmask flip interruptsVille Syrjälä1-26/+8
2017-09-14drm/i915: Remove the "INDEX" suffix from PPAT marcosZhi Wang3-10/+10
2017-09-14drm/i915: Introduce private PAT managementZhi Wang3-49/+274
2017-09-14drm/i915: Switch over to the LLC/eLLC hotspot avoidance hash mode for CCSVille Syrjälä3-15/+33
2017-09-14drm/i915: Simplify i915_reg_read_ioctlJoonas Lahtinen1-51/+44
2017-09-14drm/i915: Introduce INTEL_GEN_MASKJoonas Lahtinen1-12/+10
2017-09-13drm/i915: Refresh VLV/CHV PSR comments on HW PSR_state machine.Rodrigo Vivi1-12/+17
2017-09-13drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson4-9/+35
2017-09-13drm/i915/execlists: Read the context-status buffer from the HWSPChris Wilson3-7/+38
2017-09-13drm/i915: Allow HW status page to be bound highChris Wilson1-0/+2
2017-09-13drm/i915/lrc: allocate separate page for HWSPDaniele Ceraolo Spurio3-158/+127
2017-09-13drm/i915/guc: Don't make assumptions while getting the lrca offsetMichel Thierry1-3/+18
2017-09-13drm/i915/lrc: Clarify the format of the context imageMichel Thierry4-10/+32
2017-09-13drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b resultChris Wilson3-6/+6
2017-09-13drm/i915: Use mul_u32_u32() for 32b x 32b -> 64b resultChris Wilson2-2/+2
2017-09-13drm/i915: Squelch smatch warning for statement with no effectChris Wilson1-4/+4
2017-09-13drm/i915/guc: Small improvements to guc_wq_item_appendOscar Mateo1-8/+7
2017-09-13drm/i915/guc: Remove WQ_WORKLOAD_SHIFT defineOscar Mateo1-4/+0
2017-09-13drm/i915/guc: Name the default GuC scheduling policyOscar Mateo2-6/+15
2017-09-13drm/i915: Move the context descriptor to an inline helperChris Wilson2-8/+9
2017-09-13drm/i915/dsi: Replace MIPI command error message with debug messageMika Kahola1-1/+1