Home
last modified time | relevance | path

Searched +defs:obj +defs:y (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
Dasmmacro.h49 # define EX(y,x...) \ argument
52 # define EXCLR(y,x...) \ argument
63 # define MCA_RECOVER_RANGE(y) \ argument
76 #define LOAD_PHYSICAL(pr, reg, obj) \ argument
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_cursor.c139 static int radeon_cursor_move_locked(struct drm_crtc *crtc, int x, int y) in radeon_cursor_move_locked()
239 int x, int y) in radeon_crtc_cursor_move()
260 struct drm_gem_object *obj; in radeon_crtc_cursor_set2() local
307 int x, y; in radeon_crtc_cursor_set2() local
Dradeon_legacy_crtc.c354 int radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y, in radeon_crtc_set_base()
362 int x, int y, enum mode_set_atomic state) in radeon_crtc_set_base_atomic()
369 int x, int y, int atomic) in radeon_crtc_do_set_base()
376 struct drm_gem_object *obj; in radeon_crtc_do_set_base() local
1038 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set()
Datombios_crtc.c1137 int x, int y, int atomic) in dce4_crtc_do_set_base()
1144 struct drm_gem_object *obj; in dce4_crtc_do_set_base() local
1454 int x, int y, int atomic) in avivo_crtc_do_set_base()
1460 struct drm_gem_object *obj; in avivo_crtc_do_set_base() local
1652 int atombios_crtc_set_base(struct drm_crtc *crtc, int x, int y, in atombios_crtc_set_base()
1668 int x, int y, enum mode_set_atomic state) in atombios_crtc_set_base_atomic()
2033 int x, int y, struct drm_framebuffer *old_fb) in atombios_crtc_mode_set()
/linux-4.4.14/include/uapi/linux/
Daio_abi.h60 __u64 obj; /* what iocb this event came from */ member
66 #define PADDED(x,y) x, y argument
68 #define PADDED(x,y) y, x argument
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c185 uint32_t x, uint32_t y, in skl_update_plane()
191 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in skl_update_plane() local
348 uint32_t x, uint32_t y, in vlv_update_plane()
354 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in vlv_update_plane() local
488 uint32_t x, uint32_t y, in ivb_update_plane()
494 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in ivb_update_plane() local
630 uint32_t x, uint32_t y, in ilk_update_plane()
636 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in ilk_update_plane() local
Dintel_display.c2339 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in intel_pin_and_fence_fb_obj() local
2436 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in intel_unpin_fb_obj() local
2454 int *x, int *y, in intel_gen4_compute_page_offset()
2533 struct drm_i915_gem_object *obj = NULL; in intel_alloc_initial_plane_obj() local
2608 struct drm_i915_gem_object *obj; in intel_find_initial_plane_obj() local
2687 int x, int y) in i9xx_update_primary_plane()
2694 struct drm_i915_gem_object *obj; in i9xx_update_primary_plane() local
2817 int x, int y) in ironlake_update_primary_plane()
2824 struct drm_i915_gem_object *obj; in ironlake_update_primary_plane() local
2954 struct drm_i915_gem_object *obj, in intel_plane_obj_offset()
[all …]
Di915_debugfs.c92 static const char *get_pin_flag(struct drm_i915_gem_object *obj) in get_pin_flag()
100 static const char *get_tiling_flag(struct drm_i915_gem_object *obj) in get_tiling_flag()
110 static inline const char *get_global_flag(struct drm_i915_gem_object *obj) in get_global_flag()
115 static u64 i915_gem_obj_total_ggtt_size(struct drm_i915_gem_object *obj) in i915_gem_obj_total_ggtt_size()
130 describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in describe_obj()
268 struct drm_i915_gem_object *obj; in i915_gem_stolen_list_info() local
334 struct drm_i915_gem_object *obj = ptr; in per_file_stats() local
400 struct drm_i915_gem_object *obj; in print_batch_pool_stats() local
437 struct drm_i915_gem_object *obj; in i915_gem_object_info() local
534 struct drm_i915_gem_object *obj; in i915_gem_gtt_info() local
[all …]
Di915_drv.h479 struct drm_i915_gem_object *obj; member
915 int y; member
2874 i915_gem_object_get_page(struct drm_i915_gem_object *obj, int n) in i915_gem_object_get_page()
2893 static inline void i915_gem_object_pin_pages(struct drm_i915_gem_object *obj) in i915_gem_object_pin_pages()
2898 static inline void i915_gem_object_unpin_pages(struct drm_i915_gem_object *obj) in i915_gem_object_unpin_pages()
3070 i915_gem_obj_to_ggtt(struct drm_i915_gem_object *obj) in i915_gem_obj_to_ggtt()
3077 #define i915_obj_to_ggtt(obj) \ argument
3095 static inline bool i915_gem_obj_ggtt_bound(struct drm_i915_gem_object *obj) in i915_gem_obj_ggtt_bound()
3101 i915_gem_obj_ggtt_size(struct drm_i915_gem_object *obj) in i915_gem_obj_ggtt_size()
3107 i915_gem_obj_ggtt_pin(struct drm_i915_gem_object *obj, in i915_gem_obj_ggtt_pin()
[all …]
Dintel_pm.c1554 struct drm_i915_gem_object *obj; in i9xx_update_wm() local
2840 skl_plane_relative_data_rate(const struct intel_plane_wm_parameters *p, int y) in skl_plane_relative_data_rate()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_fb.c41 bool store, int x, int y, in virtio_gpu_dirty_update()
50 struct virtio_gpu_object *obj = gem_to_virtio_gpu_obj(fb->obj); in virtio_gpu_dirty_update() local
125 struct virtio_gpu_object *obj = gem_to_virtio_gpu_obj(vgfb->obj); in virtio_gpu_surface_dirty() local
217 struct virtio_gpu_object *obj) in virtio_gpu_vmap_fb()
232 struct virtio_gpu_object *obj; in virtio_gpufb_create() local
Dvirtgpu_display.c115 int x, int y) in virtio_gpu_crtc_cursor_move()
219 struct drm_gem_object *obj) in virtio_gpu_framebuffer_init()
470 struct drm_gem_object *obj = NULL; in virtio_gpu_user_framebuffer_create() local
Dvirtgpu_vq.c474 uint32_t x, uint32_t y) in virtio_gpu_cmd_set_scanout()
495 uint32_t x, uint32_t y, in virtio_gpu_cmd_resource_flush()
517 __le32 x, __le32 y, in virtio_gpu_cmd_transfer_to_host_2d()
878 struct virtio_gpu_object *obj, in virtio_gpu_object_attach()
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c43 struct drm_gem_object *obj; in mga_crtc_cursor_set() local
256 int mga_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in mga_crtc_cursor_move()
Dmgag200_fb.c23 int x, int y, int width, int height) in mga_dirty_update()
26 struct drm_gem_object *obj; in mga_dirty_update() local
Dmgag200_mode.c825 int x, int y, int atomic) in mga_crtc_do_set_base()
828 struct drm_gem_object *obj; in mga_crtc_do_set_base() local
874 static int mga_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in mga_crtc_mode_set_base()
883 int x, int y, struct drm_framebuffer *old_fb) in mga_crtc_mode_set()
1390 struct drm_gem_object *obj = mga_fb->obj; in mga_crtc_disable() local
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_gem.c140 struct drm_gem_object *obj; /* the current pinned obj */ member
153 static void evict_entry(struct drm_gem_object *obj, in evict_entry()
180 static void evict(struct drm_gem_object *obj) in evict()
206 static inline bool is_shmem(struct drm_gem_object *obj) in is_shmem()
215 static inline bool is_cached_coherent(struct drm_gem_object *obj) in is_cached_coherent()
225 static int omap_gem_attach_pages(struct drm_gem_object *obj) in omap_gem_attach_pages()
276 static void omap_gem_detach_pages(struct drm_gem_object *obj) in omap_gem_detach_pages()
299 uint32_t omap_gem_flags(struct drm_gem_object *obj) in omap_gem_flags()
305 static uint64_t mmap_offset(struct drm_gem_object *obj) in mmap_offset()
324 uint64_t omap_gem_mmap_offset(struct drm_gem_object *obj) in omap_gem_mmap_offset()
[all …]
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c168 int x, int y, struct armada_regs *regs, bool interlaced) in armada_drm_crtc_calc_fb()
170 struct armada_gem_object *obj = drm_fb_obj(fb); in armada_drm_crtc_calc_fb() local
535 int x, int y, struct drm_framebuffer *old_fb) in armada_drm_crtc_mode_set()
674 static int armada_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in armada_drm_crtc_mode_set_base()
758 unsigned y; in armada_load_cursor_argb() local
873 struct armada_gem_object *obj = dcrtc->cursor_obj; in armada_drm_crtc_cursor_update() local
902 struct armada_gem_object *obj = NULL; in armada_drm_crtc_cursor_set() local
950 static int armada_drm_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in armada_drm_crtc_cursor_move()
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_mode.c510 int x, int y, int atomic) in ast_crtc_do_set_base()
513 struct drm_gem_object *obj; in ast_crtc_do_set_base() local
560 static int ast_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in ast_crtc_mode_set_base()
569 int x, int y, in ast_crtc_mode_set()
913 struct drm_gem_object *obj; in ast_cursor_init() local
1144 struct drm_gem_object *obj; in ast_cursor_set() local
1222 int x, int y) in ast_cursor_move()
Dast_fb.c47 int x, int y, int width, int height) in ast_dirty_update()
50 struct drm_gem_object *obj; in ast_dirty_update() local
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_display.c309 struct drm_gem_object *obj; in qxl_crtc_cursor_set2() local
424 int x, int y) in qxl_crtc_cursor_move()
530 struct drm_gem_object *obj) in qxl_framebuffer_init()
590 unsigned x, unsigned y, in qxl_monitors_config_set()
606 int x, int y, in qxl_crtc_mode_set()
1013 struct drm_gem_object *obj; in qxl_user_framebuffer_create() local
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c21 int x, int y, int width, int height) in cirrus_dirty_update()
24 struct drm_gem_object *obj; in cirrus_dirty_update() local
Dcirrus_mode.c132 int x, int y, int atomic) in cirrus_crtc_do_set_base()
135 struct drm_gem_object *obj; in cirrus_crtc_do_set_base() local
179 static int cirrus_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in cirrus_crtc_mode_set_base()
196 int x, int y, struct drm_framebuffer *old_fb) in cirrus_crtc_mode_set()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_fb.c143 int udl_handle_damage(struct udl_framebuffer *fb, int x, int y, in udl_handle_damage()
460 struct udl_gem_object *obj) in udl_framebuffer_init()
481 struct udl_gem_object *obj; in udlfb_create() local
629 struct drm_gem_object *obj; in udl_fb_user_fb_create() local
/linux-4.4.14/drivers/platform/x86/
Dclassmate-laptop.c164 int16_t *y, in cmpc_get_accel_v4()
185 union acpi_object *obj; in cmpc_get_accel_v4() local
199 int16_t x, y, z; in cmpc_accel_handler_v4() local
518 unsigned char *y, in cmpc_get_accel()
534 union acpi_object *obj; in cmpc_get_accel() local
548 unsigned char x, y, z; in cmpc_accel_handler() local
/linux-4.4.14/drivers/gpu/drm/gma500/
Dgma_display.c56 int gma_pipe_set_base(struct drm_crtc *crtc, int x, int y, in gma_pipe_set_base()
345 struct drm_gem_object *obj; in gma_crtc_cursor_set() local
458 int gma_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in gma_crtc_cursor_move()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc.c276 struct drm_mode_object *obj, in drm_mode_object_get_reg()
312 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_get()
318 struct drm_mode_object *obj) in drm_mode_object_register()
345 struct drm_mode_object *obj = NULL; in _object_find() local
377 struct drm_mode_object *obj = NULL; in drm_mode_object_find() local
463 struct drm_mode_object *obj = NULL; in __drm_framebuffer_lookup() local
1939 static int get_properties(struct drm_mode_object *obj, bool atomic, in get_properties()
2586 int x, int y, in drm_crtc_check_viewport()
3980 void drm_object_attach_property(struct drm_mode_object *obj, in drm_object_attach_property()
4015 int drm_object_property_set_value(struct drm_mode_object *obj, in drm_object_property_set_value()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Ddce_v11_0.c2029 int x, int y, int atomic) in dce_v11_0_crtc_do_set_base()
2036 struct drm_gem_object *obj; in dce_v11_0_crtc_do_set_base() local
2500 int x, int y) in dce_v11_0_cursor_move_locked()
2532 int x, int y) in dce_v11_0_crtc_cursor_move()
2552 struct drm_gem_object *obj; in dce_v11_0_crtc_cursor_set2() local
2597 int x, y; in dce_v11_0_crtc_cursor_set2() local
2789 int x, int y, struct drm_framebuffer *old_fb) in dce_v11_0_crtc_mode_set()
2843 static int dce_v11_0_crtc_set_base(struct drm_crtc *crtc, int x, int y, in dce_v11_0_crtc_set_base()
2851 int x, int y, enum mode_set_atomic state) in dce_v11_0_crtc_set_base_atomic()
Ddce_v10_0.c2041 int x, int y, int atomic) in dce_v10_0_crtc_do_set_base()
2048 struct drm_gem_object *obj; in dce_v10_0_crtc_do_set_base() local
2511 int x, int y) in dce_v10_0_cursor_move_locked()
2543 int x, int y) in dce_v10_0_crtc_cursor_move()
2563 struct drm_gem_object *obj; in dce_v10_0_crtc_cursor_set2() local
2608 int x, y; in dce_v10_0_crtc_cursor_set2() local
2800 int x, int y, struct drm_framebuffer *old_fb) in dce_v10_0_crtc_mode_set()
2854 static int dce_v10_0_crtc_set_base(struct drm_crtc *crtc, int x, int y, in dce_v10_0_crtc_set_base()
2862 int x, int y, enum mode_set_atomic state) in dce_v10_0_crtc_set_base_atomic()
Ddce_v8_0.c1978 int x, int y, int atomic) in dce_v8_0_crtc_do_set_base()
1985 struct drm_gem_object *obj; in dce_v8_0_crtc_do_set_base() local
2423 int x, int y) in dce_v8_0_cursor_move_locked()
2455 int x, int y) in dce_v8_0_crtc_cursor_move()
2475 struct drm_gem_object *obj; in dce_v8_0_crtc_cursor_set2() local
2520 int x, y; in dce_v8_0_crtc_cursor_set2() local
2719 int x, int y, struct drm_framebuffer *old_fb) in dce_v8_0_crtc_mode_set()
2773 static int dce_v8_0_crtc_set_base(struct drm_crtc *crtc, int x, int y, in dce_v8_0_crtc_set_base()
2781 int x, int y, enum mode_set_atomic state) in dce_v8_0_crtc_set_base_atomic()
/linux-4.4.14/fs/ubifs/
Dsuper.c1150 long long x, y; in mount_ubifs() local
2182 static void inode_slab_ctor(void *obj) in inode_slab_ctor()
/linux-4.4.14/include/linux/
Dcompiler.h37 # define __builtin_warning(x, y...) (1) argument
440 # define __compiletime_object_size(obj) -1 argument
Ddevice-mapper.h561 #define dm_sector_div64(x, y)( \ argument
587 #define dm_array_too_big(fixed, obj, num) \ argument
/linux-4.4.14/mm/
Dslab.c303 #define STATS_ADD_REAPED(x,y) ((x)->reaped += (y)) argument
327 #define STATS_ADD_REAPED(x,y) do { (void)(y); } while (0) argument
435 static inline struct kmem_cache *virt_to_cache(const void *obj) in virt_to_cache()
454 const struct page *page, void *obj) in obj_to_index()
2316 #define check_spinlock_acquired_node(x, y) do { } while(0) argument
2690 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) in verify_redzone_free()
3009 void *obj = NULL; in fallback_alloc() local
3091 void *obj; in ____cache_alloc_node() local
/linux-4.4.14/drivers/input/touchscreen/
Datmel_mxt_ts.c117 u16 y; member
259 static size_t mxt_obj_size(const struct mxt_object *obj) in mxt_obj_size()
264 static size_t mxt_obj_instances(const struct mxt_object *obj) in mxt_obj_instances()
696 int y; in mxt_proc_t9_message() local
763 u16 y; in mxt_proc_t100_message() local
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_scrn.c151 uint32_t x, uint32_t y, in vmw_sou_fifo_create()
160 SVGAScreenObject obj; in vmw_sou_fifo_create() member
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c800 struct drm_gem_object *obj; in vop_update_plane_event() local
1146 static int vop_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in vop_crtc_mode_set_base()
1166 int x, int y, struct drm_framebuffer *fb) in vop_crtc_mode_set()