aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/soc/intel_dram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-09drm/i915/display: add intel_display_device_present()Jani Nikula1-1/+1
2025-09-05drm/i915/dram: Print memory details even if something went wrongVille Syrjälä1-4/+5
2025-09-05drm/i915/dram: Don't call skl_get_dram_info()/skl_get_dram_type() on iclVille Syrjälä1-1/+2
2025-09-05drm/i915/dram: Move 16Gb DIMM detection fully to the skl/icl codepathsVille Syrjälä1-11/+6
2025-09-05drm/i915/dram: s/wm_lv0.../has_16gb_dimms/Ville Syrjälä1-6/+6
2025-09-05drm/i915/dram: Use intel_dram_type_str() for pnvVille Syrjälä1-1/+1
2025-09-05drm/i915/dram: Populate PNV memory type accuratelyVille Syrjälä1-4/+6
2025-08-19drm/i915/dram: move fsb_freq and mem_freq to dram infoJani Nikula1-22/+16
2025-08-19drm/i915/dram: bypass fsb/mem freq detection on dg2 and no displayJani Nikula1-1/+4
2025-08-19drm/i915/dram: add intel_mem_freq()Jani Nikula1-5/+12
2025-08-19drm/i915/dram: add intel_fsb_freq() and use itJani Nikula1-4/+10
2025-08-14drm/i915/dram: pass display to macros that expect displayJani Nikula1-2/+3
2025-08-04drm/xe/compat: stop including i915_utils.h from compat i915_drv.hJani Nikula1-0/+1
2025-06-23drm/xe/compat: remove old pcode compat interfaceJani Nikula1-0/+1
2025-06-23drm/i915/dram: switch to struct drm_device based pcode interfaceJani Nikula1-2/+2
2025-06-04drm/i915/dram: allocate struct dram_info dynamicallyJani Nikula1-2/+15
2025-06-04drm/i915/dram: add return value and handling to intel_dram_detect()Jani Nikula1-3/+6
2025-06-04drm/i915/dram: pass struct dram_info pointer aroundJani Nikula1-22/+18
2025-06-04drm/i915/dram: add accessor for struct dram_info and use itJani Nikula1-0/+7
2025-05-27drm/i915: stop including display/intel_display_{core, limits}.h from i915_drv.hJani Nikula1-0/+2
2025-05-13drm/i915: convert VLV IOSF SB interface to struct drm_deviceJani Nikula1-6/+6
2025-05-13drm/i915: switch i915 core to generic VLV IOSF SB functionsJani Nikula1-2/+2
2025-05-13drm/i915: rename vlv_sideband*.[ch] to vlv_iosf_sb*.[ch]Jani Nikula1-1/+1
2025-03-31drm/i915/dram: Consolidate logging of DRAM typeLucas De Marchi1-5/+6
2025-03-31drm/i915/dram: Add missing INTEL_DRAM str conversionsLucas De Marchi1-0/+6
2025-03-24drm/i915/xe2hpd: Identify the memory type for SKUs with GDDR + ECCVivek Kasireddy1-0/+4
2024-10-02drm/i915/soc: stop using IS_GEN9_LP() and IS_GEN9_BC()Jani Nikula1-2/+2
2024-06-17drm/i915: move comments about FSB straps to proper placeJani Nikula1-0/+8
2024-06-17drm/i915: use i9xx_fsb_freq() for GT clock frequencyJani Nikula1-1/+1
2024-06-17drm/i915: extend the fsb_freq initialization to more platformsJani Nikula1-14/+41
2024-06-17drm/i915: convert fsb_freq and mem_freq to kHzJani Nikula1-25/+25
2024-06-17drm/i915/dram: rearrange mem freq initJani Nikula1-34/+25
2024-06-17drm/i915/dram: split out pnv DDR3 detectionJani Nikula1-4/+8
2024-06-17drm/i915/dram: separate fsb freq detection from mem freqJani Nikula1-46/+60
2024-05-03drm/i915/xe2hpd: Add max memory bandwidth algorithmMatt Roper1-0/+4
2024-04-19drm/i915/display: Add meaningful traces for QGV point info error handlingStanislav Lisovskiy1-0/+2
2023-07-04drm/i915/dram: replace __raw_uncore_read32() with intel_uncore_read_fw()Jani Nikula1-1/+1
2023-02-15drm/i915: move memory frequency detection to intel_dram.cJani Nikula1-0/+152
2022-12-13drm/i915: add new "soc" sub-directory and move PCH and DRAM code thereJani Nikula1-0/+572