HomeSort by: relevance | last modified time | path
    Searched defs:memory_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_optc.c 246 uint32_t memory_mask; local in function:optc2_set_odm_combine
264 memory_mask = 0x3 << (opp_id[0] * 2) | 0x3 << (opp_id[1] * 2);
268 OPTC_MEM_SEL, memory_mask);
amdgpu_dcn20_optc.c 246 uint32_t memory_mask; local in function:optc2_set_odm_combine
264 memory_mask = 0x3 << (opp_id[0] * 2) | 0x3 << (opp_id[1] * 2);
268 OPTC_MEM_SEL, memory_mask);

Completed in 22 milliseconds