blob: 4de2015d33a343041bfd089103d465a8f69ed951 [file] [log] [blame]
8b5eb5e2b5d2 ("drm/i915/icl: Added ICL 11 slice, subslice and EU fuse detection")
26376a7e74d2 ("drm/i915/icl: Check for fused-off VDBOX and VEBOX instances")
8cc766935513 ("drm/i915: store all subslice masks")
b8ec759e6f1c ("drm/i915/hsw: add missing disabled EUs registers reads")
3fed180812ed ("drm/i915: Move the scheduler feature bits into the purview of the engines")
5fbbe8d4e102 ("drm/i915: Add pretty printer for runtime part of intel_device_info")
6a7e51f35ae3 ("drm/i915: Update intel_device_info_runtime_init() parameter")
b978520d1e35 ("drm/i915: Move intel_device_info definitions to its own header")
3846a9b1b1f1 ("drm/i915: Move opregion definitions to dedicated intel_opregion.h")
09a28bd9e802 ("drm/i915: Move display related definitions to dedicated header")
b74eeeb6b1ab ("drm/i915: Move some utility functions to i915_util.h")
eb10ed9a9e1e ("drm/i915: Convert intel_device_info_dump into pretty printer")
a8c9b8496954 ("drm/i915: Add pretty printer for device info flags")
b68763741aa2 ("drm/i915: Restore GT performance in headless mode with DMC loaded")
cf669b4e9fdc ("drm/i915: Consolidate checks for engine stats availability")
439e2ee4ca52 ("drm/i915: Move engine->needs_cmd_parser to engine->flags")
b3add01ee217 ("drm/i915/pmu: Wire up engine busy stats to PMU")
30e17b7847f5 ("drm/i915: Engine busy time tracking")
73fd9d381693 ("drm/i915: Wrap context schedule notification")
feff0dc6cdc5 ("drm/i915/pmu: Suspend sampling when GPU is idle")
b46a33e271ed ("drm/i915/pmu: Expose a PMU interface for perf queries")
dd57602efbce ("drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()")
ed15030d7ab0 ("drm/i915: s/enum plane/enum i9xx_plane_id/")
b1e01595a66d ("drm/i915: Redo plane sanitation during readout")
51f5a0963984 ("drm/i915: Add .get_hw_state() method for planes")
79e6770cb1f5 ("drm/i915: Remove obsolete ringbuffer emission for gen8+")
fb5c551ad510 ("drm/i915: Remove i915.enable_execlists module parameter")
3fef5cda9701 ("drm/i915: Automatic i915_switch_context for legacy")
2113184c6f67 ("drm/i915: Pull the unconditional GPU cache invalidation into request construction")
5afc8b49e4f0 ("drm/i915/guc: Rename i915_guc_client struct to intel_guc_client")
6fa1f6fbb18e ("drm/i915/guc: Update names of submission related static functions")
c6dce8f140bc ("drm/i915: Update execlists tasklet naming")
f577a03ba920 ("drm/i915: fix 64bit divide")
b03ec3d67ab8 ("drm/i915: There is only one fault register from GEN8 onwards")
dab91783338b ("drm/i915: expose command stream timestamp frequency to userspace")
5888576b0b5f ("drm/i915: fix register naming")
7c2fa7faf18f ("drm/i915: Stop caching the "golden" renderstate")
d2b4b97933f5 ("drm/i915: Record the default hw state after reset upon load")
cc6a818ad6bd ("drm/i915: Move intel_init_clock_gating() to i915_gem_init()")
f58d13d57179 ("drm/i915: Move GT powersaving init to i915_gem_init()")
1803fcbca2e4 ("drm/i915: Define an engine class enum for the uABI")
f72b84c677d6 ("drm/i915: Move init_clock_gating() back to where it was")
0397ac13dd47 ("drm/i915: Make GuC log part of the uC error state")
7d41ef3479a6 ("drm/i915: Add Guc/HuC firmware details to error state")
820c5bbbf418 ("drm/i915: Flush the irq and tasklets before asserting engine is idle")
6d5646006f66 ("drm/i915/guc: Clear terminated attribute bit on GuC preemption context")
3265124a2d37 ("drm/i915: Give more details for the active-when-parking warning for the engines")
c41937fd994a ("drm/i915/guc: Preemption! With GuC")
a4598d17551a ("drm/i915: Rename helpers used for unwinding, use macro for can_preempt")
a0991e1d2801 ("drm/i915/guc: Split guc_wq_item_append")