Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_compressor.c274 uint32_t source_view_height) in is_source_bigger_than_epanel_size() argument
278 ((source_view_width * source_view_height) > in is_source_bigger_than_epanel_size()
378 params->source_view_height))) { in dce112_compressor_enable_fbc()
388 params->source_view_height <= in dce112_compressor_enable_fbc()
664 uint32_t source_view_height; in dce112_compressor_program_lpt_control() local
709 source_view_height = (params->source_view_height + 1) & (~0x1); in dce112_compressor_program_lpt_control()
712 rows_per_channel = source_view_width * source_view_height * 4; in dce112_compressor_program_lpt_control()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dcompressor.h52 uint32_t source_view_height; member
117 unsigned int source_view_height; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1867 params.source_view_height = pipe_ctx->stream->timing.v_addressable; in enable_fbc()