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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_rc_calc.c 36 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) macro
42 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \
51 int sel = table_hash(mode, bpc, max_min);
amdgpu_rc_calc.c 36 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) macro
42 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \
51 int sel = table_hash(mode, bpc, max_min);

Completed in 22 milliseconds