Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2022 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_CRTC_STATE_DUMP_H__
0007 #define __INTEL_CRTC_STATE_DUMP_H__
0008 
0009 struct intel_crtc_state;
0010 struct intel_atomic_state;
0011 
0012 void intel_crtc_state_dump(const struct intel_crtc_state *crtc_state,
0013                struct intel_atomic_state *state,
0014                const char *context);
0015 
0016 #endif /* __INTEL_CRTC_STATE_H__ */