Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.h41 SRI(CUR_SIZE, DCP, id), \
83 IPP_SF(CUR_SIZE, CURSOR_WIDTH, mask_sh), \
84 IPP_SF(CUR_SIZE, CURSOR_HEIGHT, mask_sh), \
167 IPP_SF(CUR_SIZE, CURSOR_WIDTH, mask_sh), \
168 IPP_SF(CUR_SIZE, CURSOR_HEIGHT, mask_sh), \
245 uint32_t CUR_SIZE; member
Ddce_ipp.c117 REG_SET_2(CUR_SIZE, 0, in dce_ipp_cursor_set_attributes()
/linux-6.12.1/drivers/gpu/drm/sti/
Dsti_cursor.c28 #define CUR_SIZE 0x1C macro
121 DBGFS_DUMP(CUR_SIZE); in cursor_dbg_show()
122 cursor_dbg_size(s, readl(cursor->regs + CUR_SIZE)); in cursor_dbg_show()
299 writel(cursor->height << 16 | cursor->width, cursor->regs + CUR_SIZE); in sti_cursor_atomic_update()
/linux-6.12.1/include/linux/
Dconsole_struct.h177 #define CUR_SIZE(c) ((c) & 0x00000f) macro
/linux-6.12.1/drivers/video/console/
Dmdacon.c483 switch (CUR_SIZE(c->vc_cursor_type)) { in mdacon_cursor()
Dsticon.c104 switch (CUR_SIZE(conp->vc_cursor_type)) { in sticon_cursor()
Dvgacon.c527 switch (CUR_SIZE(c->vc_cursor_type)) { in vgacon_cursor()
/linux-6.12.1/drivers/video/fbdev/core/
Dfbcon_ccw.c319 switch (CUR_SIZE(ops->p->cursor_shape)) { in ccw_cursor()
Dfbcon_cw.c302 switch (CUR_SIZE(ops->p->cursor_shape)) { in cw_cursor()
Dbitblit.c322 switch (CUR_SIZE(ops->p->cursor_shape)) { in bit_cursor()
Dfbcon_ud.c342 switch (CUR_SIZE(ops->p->cursor_shape)) { in ud_cursor()
/linux-6.12.1/drivers/tty/vt/
Dvt.c858 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE) in set_cursor()