Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_audio_regs.h139 #define HBLANK_START_COUNT_MASK(pipe) (0x7 << (3 + ((pipe) * 6))) macro
Dintel_audio.c519 val &= ~HBLANK_START_COUNT_MASK(cpu_transcoder); in enable_audio_dsc_wa()