summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_device_info.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-31drm: move i915_pciids.h under include/drm/intelJani Nikula1-1/+1
2024-05-22drm/i915: stop redefining INTEL_VGA_DEVICEJani Nikula1-46/+45
2024-05-22drm/i915/pciids: switch to xe driver style PCI ID macrosJani Nikula1-44/+44
2024-05-15drm/i915/pciids: don't include RPL-U PCI IDs in RPL-PJani Nikula1-0/+1
2024-05-15drm/i915/pciids: remove 12 from INTEL_TGL_IDS()Jani Nikula1-1/+1
2024-03-23drm/i915: Drop dead code for pvcLucas De Marchi1-1/+0
2024-03-23drm/i915: Drop dead code for xehpsdvLucas De Marchi1-1/+0
2023-10-04Merge drm/drm-next into drm-intel-nextJani Nikula1-14/+0
2023-10-04drm/i915: separate subplatform init and runtime feature initJani Nikula1-5/+0
2023-10-04drm/i915: separate display runtime info initJani Nikula1-17/+0
2023-09-15drm/i915: move intel_display_device_probe() one level higherJani Nikula1-2/+0
2023-09-15drm/i915: move more of the display probe to display codeJani Nikula1-13/+1
2023-08-22drm/i915/mtl: Eliminate subplatformsMatt Roper1-14/+0
2023-06-29drm/i915: make device info a const pointer to rodataJani Nikula1-13/+4
2023-06-29drm/i915: move display device and runtime info to struct intel_displayJani Nikula1-4/+3
2023-06-29drm/i915: separate display info printing from the restJani Nikula1-20/+0
2023-06-29drm/i915: move platform_engine_mask and memory_regions to device infoJani Nikula1-1/+1
2023-06-20drm/i915: Introduce device info port_maskVille Syrjälä1-0/+4
2023-06-06drm/i915/display: Extract display init from intel_device_info_runtime_initMatt Roper1-135/+13
2023-05-24drm/i915/display: Handle GMD_ID identification in display codeMatt Roper1-4/+9
2023-05-24drm/i915/display: Make display responsible for probing its own IPMatt Roper1-4/+6
2023-05-24drm/i915/display: Move display runtime info to display structureMatt Roper1-45/+56
2023-05-24drm/i915: Convert INTEL_INFO()->display to a pointerMatt Roper1-2/+4
2023-04-14drm/i915: hide mkwrite_device_info() betterJani Nikula1-0/+29
2023-02-16drm/i915: Add RPL-U sub platformChaitanya Kumar Borah1-0/+7
2023-02-15drm/i915: Sanitize the display fused-off check on GEN7/8Imre Deak1-2/+0
2023-02-15drm/i915/dgfx, mtl+: Disable display functionality if the display is not presentImre Deak1-0/+8
2023-02-10drm/i915: Prefix hex numbers with 0xVille Syrjälä1-3/+3
2023-02-10drm/i915: Include stepping information in device info dumpVille Syrjälä1-0/+5
2023-01-25drm/i915/display: add intel_display_limits.h for key enumsJani Nikula1-0/+1
2023-01-06drm/i915/mtl: Add initial gt workaroundsMatt Roper1-0/+6
2022-11-11drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula1-1/+2
2022-11-03drm/i915: update DSC feature flag handling during device initVinod Govindapillai1-1/+1
2022-10-18drm/i915: Use graphics ver, rel info for media on old platformsRadhakrishna Sripada1-1/+9
2022-10-18drm/i915: Add intel_ prefix to struct ip_versionRadhakrishna Sripada1-1/+1
2022-10-10drm/i915: Enable atomic by default on ctg/elkVille Syrjälä1-2/+3
2022-10-10drm/i915: Do the DRIVER_ATOMIC feature disable laterVille Syrjälä1-0/+4
2022-09-26drm/i915: fix device info for devices without displayJani Nikula1-0/+6
2022-09-24drm/i915: Read graphics/media/display arch version from hwMatt Roper1-1/+66
2022-09-13drm/i915: Move display and media IP version to runtime infoRadhakrishna Sripada1-10/+18
2022-08-24drm/i915: move has_dsc to runtime infoJani Nikula1-1/+2
2022-08-24drm/i915: move has_dmc to runtime infoJani Nikula1-1/+2
2022-08-24drm/i915: move has_hdcp to runtime infoJani Nikula1-1/+3
2022-08-24drm/i915: move pipe_mask and cpu_transcoder_mask to runtime infoJani Nikula1-12/+12
2022-08-24drm/i915: move memory_regions to runtime infoJani Nikula1-1/+1
2022-08-24drm/i915: move has_pooled_eu to runtime infoJani Nikula1-0/+2
2022-08-24drm/i915: move ppgtt_type and ppgtt_size to runtime infoJani Nikula1-3/+3
2022-08-24drm/i915: move page_sizes to runtime infoJani Nikula1-1/+1
2022-08-24drm/i915: move fbc_mask to runtime infoJani Nikula1-3/+3
2022-08-24drm/i915: move graphics.ver and graphics.rel to runtime infoJani Nikula1-4/+4