Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c1357 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_clock_en_read() local
1384 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_clock_en_read()
1388 dsc_state.dsc_clock_en); in dp_dsc_clock_en_read()
1548 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_width_read() local
1575 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_width_read()
1579 dsc_state.dsc_slice_width); in dp_dsc_slice_width_read()
1737 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_height_read() local
1764 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_height_read()
1768 dsc_state.dsc_slice_height); in dp_dsc_slice_height_read()
1922 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_bits_per_pixel_read() local
[all …]