Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vkms/tests/
H A Dvkms_config_test.c697 struct vkms_config_plane *cursor_cfg; in vkms_config_test_plane_attach_crtc() local
712 cursor_cfg = vkms_config_create_plane(config); in vkms_config_test_plane_attach_crtc()
713 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, cursor_cfg); in vkms_config_test_plane_attach_crtc()
714 vkms_config_plane_set_type(cursor_cfg, DRM_PLANE_TYPE_CURSOR); in vkms_config_test_plane_attach_crtc()
740 err = vkms_config_plane_attach_crtc(cursor_cfg, crtc_cfg); in vkms_config_test_plane_attach_crtc()
747 cursor_cfg); in vkms_config_test_plane_attach_crtc()
752 vkms_config_destroy_plane(cursor_cfg); in vkms_config_test_plane_attach_crtc()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.h35 uint32_t cursor_cfg; member
H A Dcrtc.c510 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()
H A Dhw.c633 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()