summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Confirm request->global_seqno after spin completionChris Wilson2017-09-221-4/+1
* drm/i915: Check waiter->seqno carefully in case of preemptionChris Wilson2017-09-221-2/+5
* drm/i915: Only wake the waiter from the interrupt if passedChris Wilson2017-09-221-5/+10
* drm/i915: Document the split in internal and public execbuf flagsChris Wilson2017-09-211-0/+2
* drm/i915: remove redundant variable hw_checkColin Ian King2017-09-201-2/+0
* drm/i915: Reorganize .disable hooks for pre-DDI DPVille Syrjälä2017-09-201-9/+36
* drm/i915: Drop useless HAS_PSR() checkVille Syrjälä2017-09-201-1/+1
* drm/i915: Stop engines before resetMika Kuoppala2017-09-201-32/+43
* drm/i915: always update ELD connector type after get modesJani Nikula2017-09-202-5/+17
* drm/i915/cfl: Remove alpha support protection.Rodrigo Vivi2017-09-191-1/+0
* drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlugRodrigo Vivi2017-09-192-1/+11
* drm/i915: Shrink cnl_ddi_buf_transVille Syrjälä2017-09-191-5/+5
* drm/i915: Shrink bxt_ddi_buf_transVille Syrjälä2017-09-191-4/+4
* drm/i915: Replace some spaces with tabsVille Syrjälä2017-09-191-3/+3
* drm/i915/fence: Avoid del_timer_sync() from inside a timerChris Wilson2017-09-192-6/+22
* drm/i915/selftests: Only touch archdata.iommu when it existsChris Wilson2017-09-191-0/+2
* drm/i915/cnp: Don't touch other PCH clock gating bits.Rodrigo Vivi2017-09-181-1/+2
* drm/i915: Do not enable DRRS when PSR is enabledRadhakrishna Sripada2017-09-182-5/+6
* drm/i915/perf: add support for Coffeelake GT2Lionel Landwerlin2017-09-185-1/+152
* drm/i915/perf: disable clk ratio reports on gen9Lionel Landwerlin2017-09-181-2/+1
* drm/i915/selftests: Disable iommu for the mock deviceChris Wilson2017-09-181-0/+3
* drm/i915: Return the correct score in i915_ppat_get()Zhi Wang2017-09-181-1/+1
* drm/i915/guc: Cleanup adding GuC work itemsMichał Winiarski2017-09-183-27/+16
* drm/i915/guc: Simplify GuC doorbell logicMichał Winiarski2017-09-183-50/+15
* drm/i915/guc: Submit GuC workitems containing coalesced requestsMichał Winiarski2017-09-184-157/+63
* drm/i915/guc: Remove obsolete comments and remove unused variableMichał Winiarski2017-09-182-6/+1
* drm/i915/execlists: Unwind incomplete requests on resetsChris Wilson2017-09-181-35/+26
* drm/i915/execlists: Split insert_request()Chris Wilson2017-09-181-16/+19
* drm/i915/execlists: Move insert_request()Chris Wilson2017-09-181-64/+64
* drm/i915/execlists: Kick start request processing after a resetChris Wilson2017-09-181-2/+6
* drm/i915: Cancel all ready but queued requests when wedgingChris Wilson2017-09-184-37/+89
* drm/i915: Reinstate GMBUS and AUX interrupts on gen4/g4xVille Syrjälä2017-09-152-9/+5
* drm/i915: Remove duplicated irq_preinstall/uninstall hooksVille Syrjälä2017-09-151-100/+17
* drm/i915: Clean up the HWSTAM messVille Syrjälä2017-09-151-7/+8
* drm/i915: Mask everything in ring HWSTAM on gen6+ in ringbuffer modeVille Syrjälä2017-09-151-0/+3
* drm/i915: Extend private i915_param_named macro with descriptionMichal Wajdeczko2017-09-151-100/+67
* drm/i915: Introduce custom variant of module_param_named macroMichal Wajdeczko2017-09-151-40/+45
* drm/i915: Rename lvds_use_ssc modparam to panel_use_sscMichal Wajdeczko2017-09-151-2/+2
* drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson2017-09-151-1/+3
* drm/i915: Remove unused 'in_vbl' from i915_get_crtc_scanoutpos()Chris Wilson2017-09-151-3/+0
* drm/i915/cnl: Change the macro name to DPLL_CFGCR0_DCO_FRACTION_SHIFTManasi Navare2017-09-142-2/+2
* drm/i915: Gen3 HWSTAM is actually 32 bitsVille Syrjälä2017-09-141-2/+2
* drm/i915: Rewrite GMCH irq handlers to avoid loopsVille Syrjälä2017-09-141-92/+51
* drm/i915: Extract PIPESTAT irq handling into separate functionsVille Syrjälä2017-09-141-122/+93
* drm/i915: Remove NULL dev_priv checks from irq_uninstallVille Syrjälä2017-09-141-19/+0
* drm/i915: Unify the appearance of gen3/4 irq_postistall hooksVille Syrjälä2017-09-141-11/+17
* drm/i915: Eliminate PORT_HOTPLUG_EN setup from gen3/4 irq_postinstallVille Syrjälä2017-09-141-6/+0
* drm/i915: Setup EMR first on all gen2-4Ville Syrjälä2017-09-141-18/+19
* drm/i915: Introduce GEN2_IRQ_RESET/INITVille Syrjälä2017-09-141-12/+42
* drm/i915: Use GEN3_IRQ_RESET/INIT on gen3/4Ville Syrjälä2017-09-141-18/+6
OpenPOWER on IntegriCloud