Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A 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
H A Ddce_ipp.c117 REG_SET_2(CUR_SIZE, 0, in dce_ipp_cursor_set_attributes()
/openbmc/linux/drivers/gpu/drm/sti/
H A 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()
/openbmc/linux/include/linux/
H A Dconsole_struct.h178 #define CUR_SIZE(c) ((c) & 0x00000f) macro
/openbmc/linux/drivers/video/console/
H A Dmdacon.c495 switch (CUR_SIZE(c->vc_cursor_type)) { in mdacon_cursor()
H A Dsticon.c116 switch (CUR_SIZE(conp->vc_cursor_type)) { in sticon_cursor()
H A Dvgacon.c494 switch (CUR_SIZE(c->vc_cursor_type)) { in vgacon_cursor()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon_cw.c302 switch (CUR_SIZE(ops->p->cursor_shape)) { in cw_cursor()
H A Dbitblit.c322 switch (CUR_SIZE(ops->p->cursor_shape)) { in bit_cursor()
H A Dfbcon_ud.c342 switch (CUR_SIZE(ops->p->cursor_shape)) { in ud_cursor()
H A Dfbcon_ccw.c319 switch (CUR_SIZE(ops->p->cursor_shape)) { in ccw_cursor()
/openbmc/linux/drivers/tty/vt/
H A Dvt.c867 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE) in set_cursor()