Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_reg.h171 #define _CURSOR2(pipe, reg) _MMIO(INTEL_INFO(dev_priv)->cursor_offsets[(pipe)] - \ macro
4322 #define CURCNTR(pipe) _CURSOR2(pipe, _CURACNTR)
4323 #define CURBASE(pipe) _CURSOR2(pipe, _CURABASE)
4324 #define CURPOS(pipe) _CURSOR2(pipe, _CURAPOS)
4325 #define CURSIZE(pipe) _CURSOR2(pipe, _CURASIZE)
4326 #define CUR_FBC_CTL(pipe) _CURSOR2(pipe, _CUR_FBC_CTL_A)
4327 #define CURSURFLIVE(pipe) _CURSOR2(pipe, _CURASURFLIVE)