Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c570 enum segment_order *segment_order_horz, in hubbub1_dcc_support_swizzle() argument
598 *segment_order_horz = segment_order__contiguous; in hubbub1_dcc_support_swizzle()
603 *segment_order_horz = segment_order__non_contiguous; in hubbub1_dcc_support_swizzle()
608 *segment_order_horz = segment_order__non_contiguous; in hubbub1_dcc_support_swizzle()
613 *segment_order_horz = segment_order__na; in hubbub1_dcc_support_swizzle()
618 *segment_order_horz = segment_order__contiguous; in hubbub1_dcc_support_swizzle()
707 enum segment_order segment_order_horz, segment_order_vert; in hubbub1_get_dcc_compression_cap() local
719 &segment_order_horz, &segment_order_vert)) in hubbub1_get_dcc_compression_cap()
730 else if (segment_order_horz == segment_order__contiguous) in hubbub1_get_dcc_compression_cap()
743 segment_order_horz == segment_order__non_contiguous) || in hubbub1_get_dcc_compression_cap()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h55 enum segment_order *segment_order_horz,