Lines Matching +full:render +full:- +full:max
1 // SPDX-License-Identifier: MIT
35 { XE_RTP_NAME("Tuning: L3 cache - media"),
45 { XE_RTP_NAME("Tuning: Compression Overfetch - media"),
54 { XE_RTP_NAME("Tuning: Enable compressible partial write overfetch in L3 - media"),
63 { XE_RTP_NAME("Tuning: L2 Overfetch Compressible Only - media"),
73 { XE_RTP_NAME("Tuning: Stateless compression control - media"),
82 { XE_RTP_NAME("Tuning: L3 RW flush all cache - media"),
93 ENGINE_CLASS(RENDER)),
103 XE_RTP_RULES(PLATFORM(DG2), ENGINE_CLASS(RENDER)),
108 XE_RTP_RULES(PLATFORM(DG2), ENGINE_CLASS(RENDER)),
109 /* read verification is ignored as in i915 - need to check enabling */
115 XE_RTP_RULES(PLATFORM(DG2), ENGINE_CLASS(RENDER)),
122 XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1274), ENGINE_CLASS(RENDER)),
129 { XE_RTP_NAME("Tuning: vs hit max value"),
130 XE_RTP_RULES(GRAPHICS_VERSION(2001), ENGINE_CLASS(RENDER)),
142 xe_rtp_process_to_sr(&ctx, gt_tunings, >->reg_sr); in xe_tuning_process_gt()
150 xe_rtp_process_to_sr(&ctx, engine_tunings, &hwe->reg_sr); in xe_tuning_process_engine()
155 * xe_tuning_process_lrc - process lrc tunings
166 xe_rtp_process_to_sr(&ctx, lrc_tunings, &hwe->reg_lrc); in xe_tuning_process_lrc()