Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_compressor.c271 uint32_t source_view_height) in is_source_bigger_than_epanel_size() argument
275 ((source_view_width * source_view_height) > in is_source_bigger_than_epanel_size()
375 params->source_view_height))) { in dce112_compressor_enable_fbc()
385 params->source_view_height <= in dce112_compressor_enable_fbc()
661 uint32_t source_view_height; in dce112_compressor_program_lpt_control() local
706 source_view_height = (params->source_view_height + 1) & (~0x1); in dce112_compressor_program_lpt_control()
709 rows_per_channel = source_view_width * source_view_height * 4; in dce112_compressor_program_lpt_control()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcompressor.h52 uint32_t source_view_height; member
117 unsigned int source_view_height; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c127 params.source_view_height = pipe_ctx->stream->timing.v_addressable; in dce60_enable_fbc()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2062 params.source_view_height = pipe_ctx->stream->timing.v_addressable; in enable_fbc()