Searched refs:XE_MAX_DSS_FUSE_BITS (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_topology.c | 242 drm_printf(p, "dss mask (geometry): %*pb\n", XE_MAX_DSS_FUSE_BITS, in xe_gt_topology_dump() 244 drm_printf(p, "dss mask (compute): %*pb\n", XE_MAX_DSS_FUSE_BITS, in xe_gt_topology_dump() 264 return find_next_bit(mask, XE_MAX_DSS_FUSE_BITS, groupnum * groupsize); in xe_dss_mask_group_ffs() 269 return bitmap_empty(mask, XE_MAX_DSS_FUSE_BITS); in xe_dss_mask_empty() 291 XE_MAX_DSS_FUSE_BITS); in xe_gt_topology_has_dss_in_quadrant()
|
D | xe_gt_types.h | 37 #define XE_MAX_DSS_FUSE_BITS (32 * XE_MAX_DSS_FUSE_REGS) macro 42 typedef unsigned long xe_dss_mask_t[BITS_TO_LONGS(XE_MAX_DSS_FUSE_BITS)];
|
D | xe_gt_topology.h | 20 XE_MAX_DSS_FUSE_BITS)
|
D | xe_gt_pagefault.c | 420 XE_MAX_DSS_FUSE_BITS); in xe_alloc_pf_queue() 422 num_dss = bitmap_weight(all_dss, XE_MAX_DSS_FUSE_BITS); in xe_alloc_pf_queue()
|
D | xe_gt_mcr.c | 349 xe_gt_assert(gt, dss < XE_MAX_DSS_FUSE_BITS); in xe_gt_mcr_get_dss_steering()
|
D | xe_hw_engine.c | 882 len = (XE_MAX_DSS_FUSE_BITS * sizeof(u32)); in xe_hw_engine_snapshot_capture()
|