Home
last modified time | relevance | path

Searched refs:xe_mmio_range (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_types.h46 struct xe_mmio_range { struct
370 const struct xe_mmio_range *ranges;
H A Dxe_mmio.h23 bool xe_mmio_in_range(const struct xe_gt *gt, const struct xe_mmio_range *range, struct xe_reg reg);
H A Dxe_oa.c1908 static bool xe_oa_reg_in_range_table(u32 addr, const struct xe_mmio_range *table) in xe_oa_reg_in_range_table()
1920 static const struct xe_mmio_range xehp_oa_b_counters[] = {
1926 static const struct xe_mmio_range gen12_oa_b_counters[] = {
1937 static const struct xe_mmio_range mtl_oam_b_counters[] = {
1945 static const struct xe_mmio_range xe2_oa_b_counters[] = {
1961 static const struct xe_mmio_range mtl_oa_mux_regs[] = {
1970 static const struct xe_mmio_range gen12_oa_mux_regs[] = {
1979 static const struct xe_mmio_range xe2_oa_mux_regs[] = {
H A Dxe_mmio.c280 const struct xe_mmio_range *range, in xe_mmio_in_range()