/drivers/gpu/drm/vc4/ |
D | vc4_render_cl.c | 99 static uint32_t vc4_full_res_offset(struct vc4_exec_info *exec, in vc4_full_res_offset() 123 static void emit_tile(struct vc4_exec_info *exec, in emit_tile() 253 static int vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_create_rcl_bo() 383 static int vc4_full_res_bounds_check(struct vc4_exec_info *exec, in vc4_full_res_bounds_check() 409 static int vc4_rcl_msaa_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_msaa_surface_setup() 435 static int vc4_rcl_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_surface_setup() 534 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_render_config_surface_setup() 594 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_rcl()
|
D | vc4_gem.c | 154 struct vc4_exec_info *exec[2]; in vc4_save_hang_state() local 469 struct vc4_exec_info *exec; in vc4_submit_next_bin_job() local 509 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_submit_next_render_job() local 526 vc4_move_job_to_render(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_move_job_to_render() 537 vc4_update_bo_seqnos(struct vc4_exec_info *exec, uint64_t seqno) in vc4_update_bo_seqnos() 563 struct vc4_exec_info *exec, in vc4_unlock_bo_reservations() 586 struct vc4_exec_info *exec, in vc4_lock_bo_reservations() 664 vc4_queue_submit(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_queue_submit() 729 struct vc4_exec_info *exec) in vc4_cl_lookup_bos() 821 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl() [all …]
|
D | vc4_validate.c | 106 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() 129 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle() 135 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos() 159 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_cma_object *fbo, in vc4_check_tex_size() 483 struct vc4_exec_info *exec) in vc4_validate_bin_cl() 561 reloc_tex(struct vc4_exec_info *exec, in reloc_tex() 745 struct vc4_exec_info *exec, in validate_gl_shader_rec() 927 struct vc4_exec_info *exec) in vc4_validate_shader_recs()
|
D | vc4_irq.c | 68 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local 121 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local 141 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); in vc4_cancel_bin_job() local 158 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_irq_finish_render_job() local
|
D | vc4_v3d.c | 173 struct vc4_exec_info *exec; in vc4_v3d_get_bin_slot() local
|
/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | hwsq.c | 61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini()
|
D | hwsq.h | 75 hwsq_exec(struct hwsq *ram, bool exec) in hwsq_exec()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gm200.c | 125 u32 exec, args; in gm200_devinit_post() local
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | timer.h | 8 struct list_head exec; member
|
/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | base.c | 200 bool (*exec)(struct nvkm_mxm *, u8 version); member
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 36 struct drm_i915_gem_exec_object2 *exec; member 244 struct drm_i915_gem_exec_object2 *exec; /** ioctl execobj[] */ member 2004 static int i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec) in i915_gem_check_execbuffer() 2833 struct drm_i915_gem_exec_object2 *exec) in i915_gem_do_execbuffer()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | memx.c | 72 nvkm_memx_fini(struct nvkm_memx **pmemx, bool exec) in nvkm_memx_fini()
|
/drivers/leds/ |
D | leds-lp8501.c | 160 u8 exec; in lp8501_run_engine() local
|
D | leds-lp5562.c | 157 u8 exec; in lp5562_run_engine() local
|
D | leds-lp5521.c | 165 u8 exec; in lp5521_run_engine() local
|
D | leds-lp5523.c | 221 u8 exec; in lp5523_run_engine() local
|
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramfuc.h | 71 ramfuc_exec(struct ramfuc *ram, bool exec) in ramfuc_exec()
|
D | ramgt215.c | 888 bool exec = nvkm_boolopt(device->cfgopt, "NvMemExec", true); in gt215_ram_prog() local
|
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gf100.c | 420 void (*exec)(struct gf100_clk *, int); in gf100_clk_prog() member
|
D | gk104.c | 453 void (*exec)(struct gk104_clk *, int); in gk104_clk_prog() member
|
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 65 init_exec_set(struct nvbios_init *init, bool exec) in init_exec_set() 78 init_exec_force(struct nvbios_init *init, bool exec) in init_exec_force() 2228 void (*exec)(struct nvbios_init *); member
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 853 int (*exec)(struct nouveau_channel *, in nouveau_bo_move_init() member
|
/drivers/bus/mhi/host/ |
D | main.c | 151 u32 exec; in mhi_get_exec_env() local
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 2334 void rtl_c2hcmd_launcher(struct ieee80211_hw *hw, int exec) in rtl_c2hcmd_launcher()
|
/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 257 u32 exec; /*!< exec vector */ member
|