Searched refs:fb_cookie (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/xen/ |
D | xen_drm_front.h | 139 u32 bpp, u64 fb_cookie); 146 u64 dbuf_cookie, u64 fb_cookie, u32 width, 150 u64 fb_cookie); 153 int conn_idx, u64 fb_cookie); 156 int conn_idx, u64 fb_cookie);
|
D | xen_drm_front.c | 34 u64 fb_cookie; member 65 static void dbuf_flush_fb(struct list_head *dbuf_list, u64 fb_cookie) in dbuf_flush_fb() argument 70 if (buf->fb_cookie == fb_cookie) in dbuf_flush_fb() 135 u32 bpp, u64 fb_cookie) in xen_drm_front_mode_set() argument 157 req->op.set_config.fb_cookie = fb_cookie; in xen_drm_front_mode_set() 283 u64 dbuf_cookie, u64 fb_cookie, u32 width, in xen_drm_front_fb_attach() argument 300 buf->fb_cookie = fb_cookie; in xen_drm_front_fb_attach() 307 req->op.fb_attach.fb_cookie = fb_cookie; in xen_drm_front_fb_attach() 323 u64 fb_cookie) in xen_drm_front_fb_detach() argument 338 req->op.fb_detach.fb_cookie = fb_cookie; in xen_drm_front_fb_detach() [all …]
|
D | xen_drm_front_kms.h | 24 u64 fb_cookie);
|
D | xen_drm_front_kms.c | 158 u64 fb_cookie) in xen_drm_front_kms_on_frame_done() argument
|
D | xen_drm_front_evtchnl.c | 110 event->op.pg_flip.fb_cookie); in evtchnl_interrupt_evt()
|
/Linux-v4.19/include/xen/interface/io/ |
D | displif.h | 621 uint64_t fb_cookie; member 653 uint64_t fb_cookie; member 701 uint64_t fb_cookie; member 731 uint64_t fb_cookie; member 793 uint64_t fb_cookie; member
|