summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-05-27drm/i915: Extract intel_edp_fixup_vbt_bpp()Ville Syrjälä4-40/+30
2022-05-27drm/i915: Pass intel_connector to intel_vrr_is_capable()Ville Syrjälä3-10/+10
2022-05-27drm/i915/display/adl_p: Updates to HDMI combo PHY voltage swing tableBalasubramani Vivekanandan1-21/+1
2022-05-25drm/i915/dg2: Support 4k@30 on HDMIVandita Kulkarni1-0/+32
2022-05-24drm/i915: fix typos in commentsJulia Lawall4-4/+4
2022-05-23drm/i915/d12+: Disable DMC firmware flip queue handlersImre Deak2-1/+133
2022-05-23drm/i915: Rename block_size()/block_offset()Ville Syrjälä1-4/+4
2022-05-23drm/i915/dsi: fix VBT send packet port selection for ICL+Jani Nikula1-11/+22
2022-05-20drm/i915/pcode: Add a couple of pcode helpersDale B Stimson3-0/+41
2022-05-20drm/i915/pcode: Extend pcode functions for multiple gt'sAshutosh Dixit17-82/+71
2022-05-20drm/i915: Introduce has_media_ratio_modeAshutosh Dixit3-0/+5
2022-05-19drm/i915/reg: fix undefined behavior due to shift overflowing the constantJani Nikula1-16/+16
2022-05-16drm/i915: Ensure damage clip area is within pipe areaJouni Högander1-7/+16
2022-05-16drm/i915/psr: Use full update In case of area calculation failsJouni Högander1-0/+14
2022-05-16drm/i915: Use drm_dbg for rpm loggingAnshuman Gupta1-4/+4
2022-05-13drm/i915/audio: fix audio code enable/disable pipe loggingJani Nikula1-2/+2
2022-05-12drm/i915/dmc: Add MMIO range restrictionsAnusha Srivatsa2-1/+61
2022-05-12drm/i915: Fix 'mixing different enum types' warnings in intel_display_power.cImre Deak1-4/+4
2022-05-12drm/i915/dmc: Load DMC on DG2Anusha Srivatsa2-2/+12
2022-05-09drm/i915: remove single-use GEM_DEBUG_EXEC()Jani Nikula2-3/+2
2022-05-09drm/i915: remove unused GEM_DEBUG_DECL() and GEM_DEBUG_BUG_ON()Jani Nikula1-4/+0
2022-05-05drm/i915: Respect VBT seamless DRRS min refresh rateVille Syrjälä1-3/+7
2022-05-05drm/i915/bios: Parse the seamless DRRS min refresh rateVille Syrjälä2-1/+9
2022-05-05drm/i915/bios: Refactor panel_type codeVille Syrjälä1-13/+53
2022-05-05drm/i915/bios: Extract get_panel_type()Ville Syrjälä1-19/+39
2022-05-05drm/i915/bios: Assume panel_type==0 if the VBT has bogus dataVille Syrjälä1-5/+6
2022-05-05drm/i915/bios: Document the mess around the LFP data tablesVille Syrjälä1-1/+6
2022-05-05drm/i915/bios: Get access to the tail end of the LFP data blockVille Syrjälä2-1/+59
2022-05-05drm/i915/bios: Generate LFP data table pointers if the VBT lacks themVille Syrjälä1-1/+133
2022-05-05drm/i915/bios: Reorder panel DTD parsingVille Syrjälä1-30/+34
2022-05-05drm/i915: Use drm_mode_init() for on-stack modesVille Syrjälä1-2/+3
2022-05-04drm/i915: warn about missing ->get_buf_trans initializationJani Nikula1-1/+3
2022-05-02drm/i915: move tons of power well initializers to rodataJani Nikula1-2/+2
2022-04-29Merge tag 'gvt-next-2022-04-29' of https://github.com/intel/gvt-linux into dr...Jani Nikula2-2/+4
2022-04-28i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlersWan Jiabing1-1/+1
2022-04-28drm/i915/gvt: Fix the compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=nZhi Wang1-0/+2
2022-04-28drm/i915/gvt: Make intel_gvt_match_device() staticZhi Wang1-1/+1
2022-04-27drm/i915: Add first set of DG2 PCI IDsMatt Roper2-1/+22
2022-04-27drm/i915/dp: Add workaround for spurious AUX timeouts/hotplugs on LTTPR linksImre Deak1-16/+17
2022-04-26Merge drm/drm-next into drm-intel-nextJani Nikula287-3540/+8731
2022-04-26Merge tag 'gvt-next-2022-04-26' of https://github.com/intel/gvt-linux into dr...Jani Nikula1-0/+2
2022-04-26drm/i915/gvt: Add missing symbol export.Zhi Wang1-0/+2
2022-04-25drm/i915: Add crtc .crtc_get_shared_dpll()Ville Syrjälä3-1/+52
2022-04-25drm/i915: Split out dg2_crtc_compute_clock()Ville Syrjälä1-4/+18
2022-04-25drm/i915: Clear the dpll_hw_state when disabling a pipeVille Syrjälä1-3/+3
2022-04-25drm/i915: Move the dpll_hw_state clearing to intel_dpll_crtc_compute_clock()Ville Syrjälä2-36/+3
2022-04-25drm/i915: Move stuff into intel_dpll_crtc_compute_clock()Ville Syrjälä2-2/+11
2022-04-25drm/i915: Adjust .crtc_compute_clock() calling conventionVille Syrjälä3-36/+53
2022-04-25drm/i915: Remove pointless dpll_funcs checksVille Syrjälä1-4/+0
2022-04-25drm/i915: Pass dev_priv to intel_shared_dpll_init()Ville Syrjälä3-8/+6