aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/mtl: Add MeteorLake PCI IDsRadhakrishna Sripada2022-07-081-0/+14
* drm/i915/mtl: Add MeteorLake platform infoRadhakrishna Sripada2022-07-081-0/+1
* drm/i915: DG2 and ATS-M device ID updatesMatt Roper2022-07-011-0/+2
* Merge tag 'drm-intel-next-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Tvrtko Ursulin2022-05-231-4/+26
|\
| * drm/i915: Add first set of DG2 PCI IDsMatt Roper2022-04-271-0/+21
| * drm/i915/rpl-p: Add PCI IDsMatt Atwood2022-04-191-4/+5
* | drm/i915/pvc: add initial Ponte Vecchio definitionsStuart Summers2022-05-031-0/+1
|/
* Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-111-19/+7
|\
| * Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin2022-02-251-2/+11
| |\
| * | drm/i915/tgl: Simply subplatform detectionJosé Roberto de Souza2022-02-231-19/+7
* | | drm/i915: Move intel_vtd_active and run_as_guest to i915_utilsTvrtko Ursulin2022-03-301-1/+2
* | | drm/i915: Use str_yes_no()Lucas De Marchi2022-03-021-3/+5
| |/ |/|
* | drm/i915: Fix trailing semicolonLucas De Marchi2022-02-071-1/+1
* | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-20/+13
|\|
| * Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie2021-12-171-12/+19
| |\
| * | drm/i915: Use per device iommu checkTvrtko Ursulin2021-12-011-13/+1
| * | drm/i915: Add struct to hold IP versionJosé Roberto de Souza2021-11-021-7/+12
* | | drm/i915/adl-n: Enable ADL-N platformTejas Upadhyay2021-12-201-0/+7
* | | drm/i915/fbc: Introduce device info fbc_maskVille Syrjälä2021-12-151-1/+3
| |/ |/|
* | drm/i915: Move pipe/transcoder/abox masks under intel_device_info.displayVille Syrjälä2021-12-131-12/+12
* | drm/i915/rpl-s: Add PCI IDS for Raptor Lake SAnusha Srivatsa2021-12-081-0/+7
|/
* drm/i915: finish removal of CNLLucas De Marchi2021-07-301-2/+0
* drm/i915: rename/remove CNL registersLucas De Marchi2021-07-301-1/+1
* drm/i915: switch num_scalers/num_sprites to consider DISPLAY_VERLucas De Marchi2021-07-301-5/+5
* drm/i915: fix not reading DSC disable fuse in GLKLucas De Marchi2021-07-241-4/+5
* Merge branch 'topic/xehp-dg2-definitions-2021-07-21' into drm-intel-nextMatt Roper2021-07-221-0/+2
|\
| * drm/i915/dg2: add DG2 platform infoMatt Roper2021-07-221-0/+1
| * drm/i915/xehpsdv: add initial XeHP SDV definitionsLucas De Marchi2021-07-221-0/+1
| * drm/i915: Add release id versionLucas De Marchi2021-07-221-2/+10
| * drm/i915: do not abbreviate version in debugfsLucas De Marchi2021-07-221-3/+3
* | drm/i915: Make display workaround upper bounds exclusiveMatt Roper2021-07-211-1/+1
* | drm/i915/adl_s: Wa_14011765242 is also needed on A1 display steppingMatt Roper2021-07-211-2/+2
* | drm/i915: Add release id versionLucas De Marchi2021-07-091-2/+10
* | drm/i915: do not abbreviate version in debugfsLucas De Marchi2021-07-091-3/+3
|/
* drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-11/+11
* drm/i915/dmc: s/HAS_CSR/HAS_DMCAnusha Srivatsa2021-05-191-1/+1
* drm/i915/xelpd: Define plane capabilitiesMatt Roper2021-05-121-1/+1
* drm/i915/adl_p: ADL_P device info enablingClinton Taylor2021-05-071-0/+1
* drm/i915: add media and display versions to device_info printLucas De Marchi2021-04-141-0/+2
* drm/i915: eliminate remaining uses of intel_device_info->genLucas De Marchi2021-04-141-1/+1
* Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-04-081-1/+1
|\
| * drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEPJani Nikula2021-03-291-1/+1
* | drm/i915: Decrease number of subplatform bitsTvrtko Ursulin2021-03-241-1/+1
|/
* drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-1/+1
* drm/i915/adl_s: Add display WAs for ADL-SAditya Swarup2021-02-011-1/+5
* drm/i915/display: Add HAS_D12_PLANE_MINIMIZATIONJosé Roberto de Souza2021-02-011-1/+1
* drm/i915/adl_s: Add ADL-S platform info and PCI idsCaz Yokoyama2021-01-201-0/+1
* Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-151-157/+0
|\
| * drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson2020-12-231-157/+0
* | drm/i915: remove trailing semicolon in macro definitionTom Rix2020-11-271-1/+1
|/