summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2019-03-22drm/i915/ehl: Set proper eu slice/subslice parameters for EHLBob Paauwe1-3/+9
2019-03-22drm/i915/ehl: EHL outputs are different from ICLBob Paauwe1-1/+6
2019-03-22drm/i915/ehl: Add dpll mgrLucas De Marchi1-1/+15
2019-03-22drm/i915/ehl: Add ElkhartLake platformBob Paauwe4-1/+4
2019-03-22drm/i915/ehl: Add EHL platform info and PCI IDsJames Ausmus1-0/+9
2019-03-22drm/i915: Clean up EDID downclock mode lookupVille Syrjälä3-23/+20
2019-03-22drm/i915: Stop hand rolling drm_mode_match()Ville Syrjälä1-25/+24
2019-03-22drm/i915: Adjust DSI fixed mode handlingVille Syrjälä4-42/+4
2019-03-22drm/i915: Refactor VBT fixed mode handlingVille Syrjälä4-21/+34
2019-03-22drm/i915: Pick the first mode from EDID as the fixed mode when there is no pr...Ville Syrjälä1-3/+18
2019-03-22drm/i915: Refactor EDID fixed mode searchVille Syrjälä4-21/+35
2019-03-22drm/i915: Really calculate the cursor ddb based on the highest enabled wm levelVille Syrjälä1-1/+1
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson8-41/+136
2019-03-22drm/i915: Extend CONTEXT_CREATE to set parameters upon constructionChris Wilson2-203/+251
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson10-81/+537
2019-03-22drm/i915: Introduce the i915_user_extension_methodChris Wilson4-0/+113
2019-03-22drm/i915/guc: GuC suspend path cleanupSujaritha Sundaresan1-0/+2
2019-03-22drm/i915/selftests: Mark up preemption tests for hang detectionChris Wilson1-3/+35
2019-03-22drm/i915/selftests: Calculate maximum ring size for preemption chainChris Wilson1-3/+37
2019-03-21drm/i915: Skip object locking around a no-op set-domain ioctlChris Wilson1-3/+23
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson18-134/+127
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson10-31/+13
2019-03-21drm/i915: Stop storing ctx->user_handleChris Wilson7-40/+16
2019-03-21drm/i915: Introduce a mutex for file_priv->context_idrChris Wilson2-26/+23
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson7-75/+111
2019-03-21drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()Dan Carpenter1-2/+2
2019-03-21drm/i915: Use __is_constexpr()Chris Wilson1-2/+2
2019-03-20drm/i915: make raw access function work on uncoreDaniele Ceraolo Spurio3-54/+57
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio7-68/+75
2019-03-20drm/i915: reduce the dev_priv->uncore dance in uncore.cDaniele Ceraolo Spurio1-36/+43
2019-03-20drm/i915: make find_fw_domain work on intel_uncoreDaniele Ceraolo Spurio1-10/+10
2019-03-20drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio6-156/+159
2019-03-20drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio17-115/+107
2019-03-20drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio6-108/+121
2019-03-20drm/i915: always use masks on FW regsDaniele Ceraolo Spurio2-32/+16
2019-03-20drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macroManasi Navare1-1/+1
2019-03-20drm/i915: Switch to bitmap_zalloc()Andy Shevchenko4-9/+7
2019-03-20drm/i915: Inline skl_update_pipe_wm() into its only callerVille Syrjälä1-26/+6
2019-03-20drm/i915: Don't pass pipe_wm around so muchVille Syrjälä1-11/+7
2019-03-20drm/i915: Move some variables to tighter scopeVille Syrjälä1-10/+13
2019-03-20drm/i915: Keep plane watermarks enabled more aggressivelyVille Syrjälä1-1/+16
2019-03-20drm/i915: Make sure cursor has enough ddb for the selected wm levelVille Syrjälä1-2/+9
2019-03-20drm/i915: Allocate enough DDB for the cursorVille Syrjälä1-5/+36
2019-03-20drm/i915: Extract skl_compute_wm_params()Ville Syrjälä1-34/+50
2019-03-20drm/i915: Don't pass plane state to skl_compute_plane_wm()Ville Syrjälä1-9/+5
2019-03-20drm/i915: Accept alloc_size == blocksVille Syrjälä1-1/+1
2019-03-20drm/i915: Use HPLLVCO_MOBILE for all PNVsVille Syrjälä1-1/+2
2019-03-20drm/i915: Introduce i915_has_asle()Ville Syrjälä1-1/+9
2019-03-20drm/i915: Introduce i9xx_has_pps()Ville Syrjälä1-1/+9
2019-03-20drm/i915: Introduce i9xx_has_pfit()Ville Syrjälä1-2/+10