Home
last modified time | relevance | path

Searched defs:hubbub_funcs (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h121 struct hubbub_funcs { struct
122 void (*update_dchub)(
126 int (*init_dchub_sys_ctx)(
129 void (*init_vm_ctx)(
134 bool (*get_dcc_compression_cap)(struct hubbub *hubbub,
138 bool (*dcc_support_swizzle)(
144 bool (*dcc_support_pixel_format)(
148 void (*wm_read_state)(struct hubbub *hubbub,
151 void (*get_dchub_ref_freq)(struct hubbub *hubbub,
155 bool (*program_watermarks)(
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h109 struct hubbub_funcs { struct
110 void (*update_dchub)(
114 int (*init_dchub_sys_ctx)(
117 void (*init_vm_ctx)(
122 bool (*get_dcc_compression_cap)(struct hubbub *hubbub,
126 bool (*dcc_support_swizzle)(
132 bool (*dcc_support_pixel_format)(
158 const struct hubbub_funcs *funcs; argument