aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-30drm/i915: finish removal of CNLLucas De Marchi1-2/+0
2021-07-30drm/i915: rename/remove CNL registersLucas De Marchi1-1/+1
2021-07-30drm/i915: switch num_scalers/num_sprites to consider DISPLAY_VERLucas De Marchi1-5/+5
2021-07-24drm/i915: fix not reading DSC disable fuse in GLKLucas De Marchi1-4/+5
2021-07-22Merge branch 'topic/xehp-dg2-definitions-2021-07-21' into drm-intel-nextMatt Roper1-0/+2
2021-07-22drm/i915/dg2: add DG2 platform infoMatt Roper1-0/+1
2021-07-22drm/i915/xehpsdv: add initial XeHP SDV definitionsLucas De Marchi1-0/+1
2021-07-22drm/i915: Add release id versionLucas De Marchi1-2/+10
2021-07-22drm/i915: do not abbreviate version in debugfsLucas De Marchi1-3/+3
2021-07-21drm/i915: Make display workaround upper bounds exclusiveMatt Roper1-1/+1
2021-07-21drm/i915/adl_s: Wa_14011765242 is also needed on A1 display steppingMatt Roper1-2/+2
2021-07-09drm/i915: Add release id versionLucas De Marchi1-2/+10
2021-07-09drm/i915: do not abbreviate version in debugfsLucas De Marchi1-3/+3
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-11/+11
2021-05-19drm/i915/dmc: s/HAS_CSR/HAS_DMCAnusha Srivatsa1-1/+1
2021-05-12drm/i915/xelpd: Define plane capabilitiesMatt Roper1-1/+1
2021-05-07drm/i915/adl_p: ADL_P device info enablingClinton Taylor1-0/+1
2021-04-14drm/i915: add media and display versions to device_info printLucas De Marchi1-0/+2
2021-04-14drm/i915: eliminate remaining uses of intel_device_info->genLucas De Marchi1-1/+1
2021-04-08Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2021-03-29drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEPJani Nikula1-1/+1
2021-03-24drm/i915: Decrease number of subplatform bitsTvrtko Ursulin1-1/+1
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-02-01drm/i915/adl_s: Add display WAs for ADL-SAditya Swarup1-1/+5
2021-02-01drm/i915/display: Add HAS_D12_PLANE_MINIMIZATIONJosé Roberto de Souza1-1/+1
2021-01-20drm/i915/adl_s: Add ADL-S platform info and PCI idsCaz Yokoyama1-0/+1
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-157/+0
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson1-157/+0
2020-11-27drm/i915: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-10-14drm/i915/jsl: Split EHL/JSL platform info and PCI idsTejas Upadhyay1-0/+1
2020-09-11drm/i915: disable all display features when no displayJani Nikula1-0/+8
2020-08-17drm/i915/tgl: Set subplatformsJosé Roberto de Souza1-0/+19
2020-07-14drm/i915/dg1: add initial DG-1 definitionsAbdiel Janulgue1-0/+1
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota1-3/+0
2020-07-08drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio1-582/+2
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-1/+0
2020-07-08drm/i915: Move engine-related mmio init to engines_init_mmioDaniele Ceraolo Spurio1-66/+0
2020-07-08drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio1-6/+7
2020-07-08drm/i915: Convert device_info to uncore/de_readDaniele Ceraolo Spurio1-30/+47
2020-06-02drm/i915: Identify Cometlake platformChris Wilson1-0/+1
2020-05-20drm/i915/rkl: Limit number of universal planes to 5Matt Roper1-1/+4
2020-05-19drm/i915/rkl: Add RKL platform info and PCI idsMatt Roper1-0/+1
2020-05-14drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä1-1/+1
2020-05-14drm/i915: Store CS timestamp frequency in HzVille Syrjälä1-17/+17
2020-04-18drm/i915: Refactor setting dma info to a common helperMichael J. Ruhl1-0/+1
2020-04-03drm/i915: Store cpu_transcoder_mask in device infoVille Syrjälä1-12/+19
2020-03-18drm/i915: Enable non-contiguous pipe fusingAnshuman Gupta1-11/+1
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-0/+1
2020-02-19drm/i915: Read rawclk_freq earlierChris Wilson1-1/+6
2020-02-16drm/i915: Avoid potential division-by-zero in computing CS timestamp periodChris Wilson1-7/+11