summaryrefslogblamecommitdiff
path: root/drivers/gpu/drm/xe/xe_mocs.h
blob: dc972ffd4d0755425687329b2399175f55d39473 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                      
                   
             
 
                                          

                                    






                                                           
      
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef _XE_MOCS_H_
#define _XE_MOCS_H_

struct drm_printer;
struct xe_gt;

void xe_mocs_init_early(struct xe_gt *gt);
void xe_mocs_init(struct xe_gt *gt);

/**
 * xe_mocs_dump - Dump mocs table
 * @gt: GT structure
 * @p: Printer to dump info to
 */
void xe_mocs_dump(struct xe_gt *gt, struct drm_printer *p);

#endif