Home
last modified time | relevance | path

Searched refs:XE_MAX_DSS_FUSE_BITS (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_topology.c242 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()
Dxe_gt_types.h37 #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)];
Dxe_gt_topology.h20 XE_MAX_DSS_FUSE_BITS)
Dxe_gt_pagefault.c420 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()
Dxe_gt_mcr.c349 xe_gt_assert(gt, dss < XE_MAX_DSS_FUSE_BITS); in xe_gt_mcr_get_dss_steering()
Dxe_hw_engine.c882 len = (XE_MAX_DSS_FUSE_BITS * sizeof(u32)); in xe_hw_engine_snapshot_capture()