| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn314/ ! |
| H A D | dcn314_optc.c | 51 int segment_width, int last_segment_width) in optc314_set_odm_combine() argument 55 int h_active = segment_width * opp_cnt; in optc314_set_odm_combine() 98 OPTC_SEGMENT_WIDTH, segment_width); in optc314_set_odm_combine()
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn401/ ! |
| H A D | dcn401_optc.c | 105 int opp_cnt, int segment_width, int last_segment_width) in optc401_set_odm_combine() argument 108 uint32_t h_active = segment_width * (opp_cnt - 1) + last_segment_width; in optc401_set_odm_combine() 122 OPTC_SEGMENT_WIDTH, segment_width); in optc401_set_odm_combine() 134 OPTC_SEGMENT_WIDTH, segment_width); in optc401_set_odm_combine() 154 OPTC_SEGMENT_WIDTH, segment_width); in optc401_set_odm_combine()
|
| H A D | dcn401_optc.h | 190 int opp_cnt, int segment_width, int last_segment_width);
|
| /linux/drivers/gpu/drm/arm/display/komeda/ ! |
| H A D | komeda_color_mgmt.c | 72 u32 segment_width; member 101 j * sector_tbl[i].segment_width; in drm_lut_to_coeffs()
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn32/ ! |
| H A D | dcn32_optc.c | 46 int segment_width, int last_segment_width) in optc32_set_odm_combine() argument 50 int h_active = segment_width * opp_cnt; in optc32_set_odm_combine() 93 OPTC_SEGMENT_WIDTH, segment_width); in optc32_set_odm_combine()
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn35/ ! |
| H A D | dcn35_optc.c | 59 int segment_width, int last_segment_width) in optc35_set_odm_combine() argument 63 int h_active = segment_width * opp_cnt; in optc35_set_odm_combine() 106 OPTC_SEGMENT_WIDTH, segment_width); in optc35_set_odm_combine()
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn31/ ! |
| H A D | dcn31_optc.c | 44 int segment_width, int last_segment_width) in optc31_set_odm_combine() argument 48 int mem_count_per_opp = (segment_width + 2559) / 2560; in optc31_set_odm_combine() 86 OPTC_SEGMENT_WIDTH, segment_width); in optc31_set_odm_combine()
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn30/ ! |
| H A D | dcn30_optc.c | 219 int segment_width, int last_segment_width) in optc3_set_odm_combine() argument 268 OPTC_SEGMENT_WIDTH, segment_width); in optc3_set_odm_combine()
|
| H A D | dcn30_optc.h | 361 int segment_width, int last_segment_width);
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/ ! |
| H A D | dcn20_optc.c | 182 int segment_width, int last_segment_width) in optc2_set_odm_combine() argument 214 OPTC_SEGMENT_WIDTH, segment_width); in optc2_set_odm_combine()
|
| H A D | dcn20_optc.h | 113 int segment_width, int last_segment_width);
|
| /linux/drivers/gpu/drm/solomon/ ! |
| H A D | ssd130x.c | 840 unsigned int segment_width = SSD132X_SEGMENT_WIDTH; in ssd132x_update_rect() local 843 unsigned int columns = DIV_ROUND_UP(width, segment_width); in ssd132x_update_rect() 850 drm_WARN_ONCE(drm, x % segment_width != 0, "x must be aligned to screen segment\n"); in ssd132x_update_rect() 867 ret = ssd130x_write_cmd(ssd130x, 3, SSD132X_SET_COL_RANGE, x / segment_width, columns - 1); in ssd132x_update_rect() 878 for (j = 0; j < width; j += segment_width) { in ssd132x_update_rect()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ ! |
| H A D | timing_generator.h | 486 int segment_width, int last_segment_width);
|