Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h554 #define PIPE_METER_FRAC(x) (((x) & 0xff) << 0) macro
H A Dhub.c399 value = PIPE_METER_INT(0) | PIPE_METER_FRAC(0); in tegra_dc_assign_shared_plane()