Home
last modified time | relevance | path

Searched defs:file_priv (Results 1 - 21 of 21) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_auth.h46 struct drm_file *file_priv; member
H A Ddrm_file.h133 struct drm_file *file_priv; member
365 static inline bool drm_is_primary_client(const struct drm_file *file_priv) in drm_is_primary_client() argument
379 static inline bool drm_is_render_client(const struct drm_file *file_priv) in drm_is_render_client() argument
[all...]
H A Ddrm_crtc.h1233 static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev, struct drm_file *file_priv, uint32_t id) in drm_crtc_find() argument
H A Ddrm_connector.h1583 static inline struct drm_connector *drm_connector_lookup(struct drm_device *dev, struct drm_file *file_priv, in drm_connector_lookup() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_auth.c64 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic() argument
84 int drm_authmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_authmagic() argument
204 static int drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv) in drm_master_check_perm() argument
217 drm_setmaster_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_setmaster_ioctl() argument
267 drm_dropmaster_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_dropmaster_ioctl() argument
300 drm_master_open(struct drm_file *file_priv) drm_master_open() argument
318 drm_master_release(struct drm_file *file_priv) drm_master_release() argument
[all...]
H A Ddrm_internal.h63 drm_irq_by_busid(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_irq_by_busid() argument
[all...]
H A Ddrm_ioctl.c117 int drm_getunique(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getunique() argument
143 static int drm_set_busid(struct drm_device *dev, struct drm_file *file_priv) in drm_set_busid() argument
182 int drm_getclient(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getclient() argument
220 static int drm_getstats(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getstats() argument
233 drm_getcap(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_getcap() argument
318 drm_setclientcap(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_setclientcap() argument
394 drm_setversion(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_setversion() argument
448 drm_noop(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_noop() argument
470 drm_invalid_op(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_invalid_op() argument
513 drm_version(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_version() argument
544 drm_ioctl_permit(u32 flags, struct drm_file *file_priv) drm_ioctl_permit() argument
766 struct drm_file *file_priv = file->private_data; drm_ioctl_kernel() local
806 struct drm_file *file_priv = filp->private_data; drm_ioctl() local
[all...]
H A Ddrm_file.c219 static void drm_events_release(struct drm_file *file_priv) in drm_events_release() argument
317 struct drm_file *file_priv = filp->private_data; in drm_close_helper() local
510 struct drm_file *file_priv in drm_release() local
553 struct drm_file *file_priv = filp->private_data; drm_release_noglobal() local
598 struct drm_file *file_priv = filp->private_data; drm_read() local
689 struct drm_file *file_priv = filp->private_data; drm_poll() local
726 drm_event_reserve_init_locked(struct drm_device *dev, struct drm_file *file_priv, struct drm_pending_event *p, struct drm_event *e) drm_event_reserve_init_locked() argument
767 drm_event_reserve_init(struct drm_device *dev, struct drm_file *file_priv, struct drm_pending_event *p, struct drm_event *e) drm_event_reserve_init() argument
[all...]
H A Ddrm_lease.c106 bool _drm_lease_held(struct drm_file *file_priv, int id) in _drm_lease_held() argument
126 bool drm_lease_held(struct drm_file *file_priv, int id) in drm_lease_held() argument
150 drm_lease_filter_crtcs(struct drm_file *file_priv, uint32_t crtcs_in) drm_lease_filter_crtcs() argument
[all...]
H A Ddrm_color_mgmt.c262 int drm_mode_gamma_set_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_mode_gamma_set_ioctl() argument
332 int drm_mode_gamma_get_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_mode_gamma_get_ioctl() argument
H A Ddrm_mode_config.c94 int drm_mode_getresources(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_mode_getresources() argument
H A Ddrm_prime.c295 int drm_gem_prime_fd_to_handle(struct drm_device *dev, struct drm_file *file_priv, int prime_fd, uint32_t *handle) in drm_gem_prime_fd_to_handle() argument
366 int drm_prime_fd_to_handle_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_prime_fd_to_handle_ioctl() argument
425 drm_gem_prime_handle_to_fd(struct drm_device *dev, struct drm_file *file_priv, uint32_t handle, uint32_t flags, int *prime_fd) drm_gem_prime_handle_to_fd() argument
510 drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_prime_handle_to_fd_ioctl() argument
[all...]
H A Ddrm_gem.c248 struct drm_file *file_priv = data; in drm_gem_object_release_handle() local
372 drm_gem_handle_create_tail(struct drm_file *file_priv, in drm_gem_handle_create_tail() argument
443 drm_gem_handle_create(struct drm_file *file_priv, struct drm_gem_object *obj, u32 *handlep) drm_gem_handle_create() argument
811 drm_gem_close_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_gem_close_ioctl() argument
837 drm_gem_flink_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_gem_flink_ioctl() argument
887 drm_gem_open_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_gem_open_ioctl() argument
[all...]
H A Ddrm_atomic_uapi.c924 int drm_atomic_set_property(struct drm_atomic_state *state, struct drm_file *file_priv, struct drm_mode_object *obj, in drm_atomic_set_property() argument
485 drm_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_file *file_priv, struct drm_property *property, uint64_t val) drm_atomic_plane_set_property() argument
637 drm_atomic_connector_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_file *file_priv, struct drm_property *property, uint64_t val) drm_atomic_connector_set_property() argument
1060 prepare_signaling(struct drm_device *dev, struct drm_atomic_state *state, struct drm_mode_atomic *arg, struct drm_file *file_priv, struct drm_out_fence_state **fence_state, unsigned int *num_fences) prepare_signaling() argument
1239 drm_mode_atomic_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_mode_atomic_ioctl() argument
[all...]
H A Ddrm_vblank.c1572 int drm_legacy_modeset_ctl_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_legacy_modeset_ctl_ioctl() argument
1723 int drm_wait_vblank_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_wait_vblank_ioctl() argument
1990 int drm_crtc_get_sequence_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_crtc_get_sequence_ioctl() argument
1606 drm_queue_vblank_event(struct drm_device *dev, unsigned int pipe, u64 req_seq, union drm_wait_vblank *vblwait, struct drm_file *file_priv) drm_queue_vblank_event() argument
2047 drm_crtc_queue_sequence_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_crtc_queue_sequence_ioctl() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/
H A Ddrm_internal.h63 drm_irq_by_busid(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_irq_by_busid() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c707 static struct rockchip_gem_object *rockchip_gem_create_with_handle(struct drm_file *file_priv, struct drm_device *drm, in rockchip_gem_create_with_handle() argument
750 int rockchip_gem_dumb_create(struct drm_file *file_priv, struct drm_device *dev, struct drm_mode_create_dumb *args) in rockchip_gem_dumb_create() argument
896 int rockchip_gem_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in rockchip_gem_create_ioctl() argument
905 int rockchip_gem_map_offset_ioctl(struct drm_device *drm, void *data, struct drm_file *file_priv) in rockchip_gem_map_offset_ioctl() argument
912 int rockchip_gem_get_phys_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in rockchip_gem_get_phys_ioctl() argument
[all...]
H A Drockchip_drm_drv.c1366 static void rockchip_drm_crtc_cancel_pending_vblank(struct drm_crtc *crtc, struct drm_file *file_priv) in rockchip_drm_crtc_cancel_pending_vblank() argument
1384 static void rockchip_drm_postclose(struct drm_device *dev, struct drm_file *file_priv) in rockchip_drm_postclose() argument
1401 static struct drm_pending_vblank_event *rockchip_drm_add_vcnt_event(struct drm_crtc *crtc, struct drm_file *file_priv) in rockchip_drm_add_vcnt_event() argument
1426 static int rockchip_drm_get_vcnt_event_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) in rockchip_drm_get_vcnt_event_ioctl() argument
H A Drockchip_drm_vop.c2293 static void vop_crtc_cancel_pending_vblank(struct drm_crtc *crtc, struct drm_file *file_priv) in vop_crtc_cancel_pending_vblank() argument
H A Drockchip_drm_vop2.c4546 static void vop2_crtc_cancel_pending_vblank(struct drm_crtc *crtc, struct drm_file *file_priv) in vop2_crtc_cancel_pending_vblank() argument
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4545 vop2_crtc_cancel_pending_vblank(struct drm_crtc *crtc, struct drm_file *file_priv) vop2_crtc_cancel_pending_vblank() argument

Completed in 51 milliseconds