aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: Remove defunct intel_suspend_gt_powersave()Chris Wilson2019-03-243-18/+0
| * | drm/i915/guc: Support for extended GuC notification messagesMichal Wajdeczko2019-03-243-6/+16
| * | drm/i915: always pin hw_id for GVT contextZhenyu Wang2019-03-241-0/+7
| * | drm/i915/ehl: Add Support for DMC on EHLAnusha Srivatsa2019-03-221-1/+1
| * | drm/i915/ehl: Set proper eu slice/subslice parameters for EHLBob Paauwe2019-03-221-3/+9
| * | drm/i915/ehl: EHL outputs are different from ICLBob Paauwe2019-03-221-1/+6
| * | drm/i915/ehl: Add dpll mgrLucas De Marchi2019-03-221-1/+15
| * | drm/i915/ehl: Add ElkhartLake platformBob Paauwe2019-03-224-1/+4
| * | drm/i915/ehl: Add EHL platform info and PCI IDsJames Ausmus2019-03-222-0/+16
| * | drm/i915: Clean up EDID downclock mode lookupVille Syrjälä2019-03-223-23/+20
| * | drm/i915: Stop hand rolling drm_mode_match()Ville Syrjälä2019-03-221-25/+24
| * | drm/i915: Adjust DSI fixed mode handlingVille Syrjälä2019-03-224-42/+4
| * | drm/i915: Refactor VBT fixed mode handlingVille Syrjälä2019-03-224-21/+34
| * | drm/i915: Pick the first mode from EDID as the fixed mode when there is no pr...Ville Syrjälä2019-03-221-3/+18
| * | drm/i915: Refactor EDID fixed mode searchVille Syrjälä2019-03-224-21/+35
| * | drm/i915: Really calculate the cursor ddb based on the highest enabled wm levelVille Syrjälä2019-03-221-1/+1
| * | drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson2019-03-229-42/+138
| * | drm/i915: Extend CONTEXT_CREATE to set parameters upon constructionChris Wilson2019-03-223-285/+349
| * | drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-2211-81/+580
| * | drm/i915: Introduce the i915_user_extension_methodChris Wilson2019-03-225-0/+135
| * | drm/i915/guc: GuC suspend path cleanupSujaritha Sundaresan2019-03-221-0/+2
| * | drm/i915/selftests: Mark up preemption tests for hang detectionChris Wilson2019-03-221-3/+35
| * | drm/i915/selftests: Calculate maximum ring size for preemption chainChris Wilson2019-03-221-3/+37
| * | drm/i915: Skip object locking around a no-op set-domain ioctlChris Wilson2019-03-211-3/+23
| * | drm/i915: Flush pages on acquisitionChris Wilson2019-03-2118-134/+127
| * | drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-2110-31/+13
| * | drm/i915: Stop storing ctx->user_handleChris Wilson2019-03-217-40/+16
| * | drm/i915: Introduce a mutex for file_priv->context_idrChris Wilson2019-03-212-26/+23
| * | drm/i915: Separate GEM context construction and registration to userspaceChris Wilson2019-03-217-75/+111
| * | drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()Dan Carpenter2019-03-211-2/+2
| * | drm/i915: Use __is_constexpr()Chris Wilson2019-03-211-2/+2
| * | drm/i915: make raw access function work on uncoreDaniele Ceraolo Spurio2019-03-203-54/+57
| * | drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio2019-03-207-68/+75
| * | drm/i915: reduce the dev_priv->uncore dance in uncore.cDaniele Ceraolo Spurio2019-03-201-36/+43
| * | drm/i915: make find_fw_domain work on intel_uncoreDaniele Ceraolo Spurio2019-03-201-10/+10
| * | drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio2019-03-206-156/+159
| * | drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-2017-115/+107
| * | drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio2019-03-206-108/+121
| * | drm/i915: always use masks on FW regsDaniele Ceraolo Spurio2019-03-202-32/+16
| * | drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macroManasi Navare2019-03-201-1/+1
| * | drm/i915: Switch to bitmap_zalloc()Andy Shevchenko2019-03-204-9/+7
| * | drm/i915: Inline skl_update_pipe_wm() into its only callerVille Syrjälä2019-03-201-26/+6
| * | drm/i915: Don't pass pipe_wm around so muchVille Syrjälä2019-03-201-11/+7
| * | drm/i915: Move some variables to tighter scopeVille Syrjälä2019-03-201-10/+13
| * | drm/i915: Keep plane watermarks enabled more aggressivelyVille Syrjälä2019-03-201-1/+16
| * | drm/i915: Make sure cursor has enough ddb for the selected wm levelVille Syrjälä2019-03-201-2/+9
| * | drm/i915: Allocate enough DDB for the cursorVille Syrjälä2019-03-201-5/+36
| * | drm/i915: Extract skl_compute_wm_params()Ville Syrjälä2019-03-201-34/+50
| * | drm/i915: Don't pass plane state to skl_compute_plane_wm()Ville Syrjälä2019-03-201-9/+5
| * | drm/i915: Accept alloc_size == blocksVille Syrjälä2019-03-201-1/+1