summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-20drm/i915: Reorder gen3/4 swizzle detection logicVille Syrjälä1-33/+32
2019-03-20drm/i915/selftests: add test to verify get/put fw domainsDaniele Ceraolo Spurio1-6/+128
2019-03-20drm/i915/selftests: Provide stub reset functionsChris Wilson1-0/+36
2019-03-20drm/i915: Update DRIVER_DATE to 20190320Joonas Lahtinen1-2/+2
2019-03-19drm/i915/cml: Introduce Comet Lake PCHAnusha Srivatsa2-1/+7
2019-03-19drm/i915/cml: Add CML PCI IDSAnusha Srivatsa1-0/+2
2019-03-19drm/i915: Fix PSR2 selective update corruption after PSR1 setupJosé Roberto de Souza1-0/+8
2019-03-19drm/i915: Pass dev_priv to intel_is_dual_link_lvds()Ville Syrjälä3-19/+15
2019-03-19drm/i915: Polish intel_get_lvds_encoder()Ville Syrjälä3-8/+9
2019-03-19drm/i915: Add some missing curly bracesVille Syrjälä1-4/+7
2019-03-19drm/i915: Remove the fragile array index -> link rate mappingVille Syrjälä1-68/+68
2019-03-19drm/i915: Nuke icl_calc_dp_combo_pll_link()Ville Syrjälä3-77/+1
2019-03-19drm/i915: Fix readout for cnl DPLL kdiv==3Ville Syrjälä2-3/+3
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll()Ville Syrjälä1-18/+17
2019-03-19drm/i915: Pass crtc_state down to icl dpll funcsVille Syrjälä1-4/+8
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll()Ville Syrjälä1-8/+7
2019-03-19drm/i915: Pass crtc_state down to cnl dpll funcsVille Syrjälä1-17/+12
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll()Ville Syrjälä1-16/+10
2019-03-19drm/i915: Pass crtc_state down to bxt dpll funcsVille Syrjälä3-26/+29
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll()Ville Syrjälä1-8/+7
2019-03-19drm/i915: Pass crtc_state down to skl dpll funcsVille Syrjälä1-10/+7
2019-03-19drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll()Ville Syrjälä3-33/+30
2019-03-19drm/i915: Don't pass crtc to intel_find_shared_dpll()Ville Syrjälä1-9/+9
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson7-5/+35
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson4-12/+11