Searched refs:cursor_cfg (Results 1 – 4 of 4) sorted by relevance
664 struct vkms_config_plane *cursor_cfg; in vkms_config_test_plane_attach_crtc() local675 cursor_cfg = vkms_config_create_plane(config); in vkms_config_test_plane_attach_crtc()676 vkms_config_plane_set_type(cursor_cfg, DRM_PLANE_TYPE_CURSOR); in vkms_config_test_plane_attach_crtc()701 err = vkms_config_plane_attach_crtc(cursor_cfg, crtc_cfg); in vkms_config_test_plane_attach_crtc()708 cursor_cfg); in vkms_config_test_plane_attach_crtc()713 vkms_config_destroy_plane(cursor_cfg); in vkms_config_test_plane_attach_crtc()
35 uint32_t cursor_cfg; member
510 regp->cursor_cfg = NV_PCRTC_CURSOR_CONFIG_CUR_LINES_64 | in nv_crtc_mode_set_regs()514 regp->cursor_cfg |= NV_PCRTC_CURSOR_CONFIG_CUR_BPP_32; in nv_crtc_mode_set_regs()516 regp->cursor_cfg |= NV_PCRTC_CURSOR_CONFIG_DOUBLE_SCAN_ENABLE; in nv_crtc_mode_set_regs()
633 regp->cursor_cfg = NVReadCRTC(dev, head, NV_PCRTC_CURSOR_CONFIG); in nv_save_state_ext()692 NVWriteCRTC(dev, head, NV_PCRTC_CURSOR_CONFIG, regp->cursor_cfg); in nv_load_state_ext()
Completed in 11 milliseconds