Home
last modified time | relevance | path

Searched defs:tg (Results 1 – 25 of 63) sorted by relevance

123

/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_timing_generator_v.c140 struct timing_generator *tg) in dce110_timing_generator_v_is_in_vertical_blank()
242 struct timing_generator *tg, in dce110_timing_generator_v_program_blanking()
384 struct timing_generator *tg, in dce110_timing_generator_v_enable_advanced_request()
452 struct timing_generator *tg, in dce110_timing_generator_v_program_blank_color()
478 struct timing_generator *tg, in dce110_timing_generator_v_set_overscan_color_black()
614 struct timing_generator *tg) in dce110_timing_generator_v_did_triggered_reset_occur()
621 struct timing_generator *tg, in dce110_timing_generator_v_setup_global_swap_lock()
629 struct timing_generator *tg, in dce110_timing_generator_v_enable_reset_trigger()
637 struct timing_generator *tg) in dce110_timing_generator_v_disable_reset_trigger()
644 struct timing_generator *tg) in dce110_timing_generator_v_tear_down_global_swap_lock()
[all …]
A Ddce110_timing_generator.c66 struct timing_generator *tg, in dce110_timing_generator_apply_front_porch_workaround()
92 struct timing_generator *tg) in dce110_timing_generator_is_in_vertical_blank()
106 struct timing_generator *tg, in dce110_timing_generator_set_early_control()
152 struct timing_generator *tg, in dce110_timing_generator_program_blank_color()
255 struct timing_generator *tg, in program_horz_count_by_2()
281 struct timing_generator *tg, in dce110_timing_generator_program_timing_generator()
366 struct timing_generator *tg, in dce110_timing_generator_set_drr()
470 struct timing_generator *tg, in dce110_timing_generator_set_static_screen_control()
570 struct timing_generator *tg, in dce110_timing_generator_get_crtc_scanoutpos()
601 struct timing_generator *tg, in dce110_timing_generator_program_blanking()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce120/
A Ddce120_timing_generator.c86 struct timing_generator *tg) in dce120_timing_generator_is_in_vertical_blank()
102 struct timing_generator *tg, in dce120_timing_generator_validate_timing()
157 struct timing_generator *tg, in dce120_timing_generator_set_early_control()
170 struct timing_generator *tg) in dce120_timing_generator_get_vblank_counter()
185 struct timing_generator *tg, in dce120_timing_generator_get_crtc_position()
246 struct timing_generator *tg, in dce120_timing_generator_setup_global_swap_lock()
283 struct timing_generator *tg) in dce120_timing_generator_tear_down_global_swap_lock()
304 struct timing_generator *tg, in dce120_timing_generator_enable_reset_trigger()
351 struct timing_generator *tg) in dce120_timing_generator_disable_reset_trigger()
371 struct timing_generator *tg) in dce120_timing_generator_did_triggered_reset_occur()
[all …]
/linux/block/
A Dblk-throttle.c83 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local
240 struct throtl_grp *tg; in throtl_pd_alloc() local
277 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_init() local
324 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_online() local
334 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_free() local
363 struct throtl_grp *tg; in update_min_dispatch_time() local
832 struct throtl_grp *tg) in throtl_add_bio_tg()
972 struct throtl_grp *tg; in throtl_select_dispatch() local
1018 struct throtl_grp *tg = sq_to_tg(sq); in throtl_pending_timer_fn() local
1253 struct throtl_grp *tg; in tg_set_conf() local
[all …]
A Dblk-throttle.h32 struct throtl_grp *tg; /* tg this qnode belongs to */ member
162 struct throtl_grp *tg; in blk_should_throtl() local
/linux/kernel/sched/
A Dautogroup.h14 struct task_group *tg; member
23 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
31 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
47 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
48 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
54 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
59 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
A Dext.h82 static inline int scx_tg_online(struct task_group *tg) { return 0; } in scx_tg_online()
83 static inline void scx_tg_offline(struct task_group *tg) {} in scx_tg_offline()
88 static inline void scx_group_set_weight(struct task_group *tg, unsigned long cgrp_weight) {} in scx_group_set_weight()
89 static inline void scx_group_set_idle(struct task_group *tg, bool idle) {} in scx_group_set_idle()
A Dautogroup.c41 void autogroup_free(struct task_group *tg) in autogroup_free()
87 struct task_group *tg; in autogroup_create() local
128 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup()
284 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
A Drt.c195 void unregister_rt_sched_group(struct task_group *tg) in unregister_rt_sched_group()
201 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
216 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
310 void unregister_rt_sched_group(struct task_group *tg) { } in unregister_rt_sched_group()
312 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group()
2677 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks()
2698 struct task_group *tg; member
2703 static int tg_rt_schedulable(struct task_group *tg, void *data) in tg_rt_schedulable()
2777 static int tg_set_rt_bandwidth(struct task_group *tg, in tg_set_rt_bandwidth()
2836 long sched_group_rt_runtime(struct task_group *tg) in sched_group_rt_runtime()
[all …]
A Dcore.c4750 struct task_group *tg; in sched_cgroup_fork() local
8832 struct task_group *tg; in sched_create_group() local
8910 struct task_group *tg; in sched_get_task_group() local
8991 struct task_group *tg; in cpu_cgroup_css_alloc() local
9008 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online() local
9031 struct task_group *tg = css_tg(css); in cpu_cgroup_css_offline() local
9038 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released() local
9045 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free() local
9180 struct task_group *tg; in cpu_uclamp_write() local
9224 struct task_group *tg; in cpu_uclamp_print() local
[all …]
A Dext.c3396 static struct cgroup *tg_cgrp(struct task_group *tg) in tg_cgrp()
3409 #define SCX_INIT_TASK_ARGS_CGROUP(tg) .cgroup = tg_cgrp(tg), argument
3413 #define SCX_INIT_TASK_ARGS_CGROUP(tg) argument
3745 static void scx_cgroup_warn_missing_weight(struct task_group *tg) in scx_cgroup_warn_missing_weight()
3759 static void scx_cgroup_warn_missing_idle(struct task_group *tg) in scx_cgroup_warn_missing_idle()
3772 int scx_tg_online(struct task_group *tg) in scx_tg_online()
3802 void scx_tg_offline(struct task_group *tg) in scx_tg_offline()
3930 void scx_group_set_idle(struct task_group *tg, bool idle) in scx_group_set_idle()
4100 struct task_group *tg = css_tg(css); in scx_cgroup_exit() local
4137 struct task_group *tg = css_tg(css); in scx_cgroup_init() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_timing_generator.c87 static void program_pix_dur(struct timing_generator *tg, uint32_t pix_clk_100hz) in program_pix_dur()
108 static void program_timing(struct timing_generator *tg, in program_timing()
125 struct timing_generator *tg, in dce60_timing_generator_enable_advanced_request()
179 static bool dce60_is_tg_enabled(struct timing_generator *tg) in dce60_is_tg_enabled()
193 static bool dce60_configure_crc(struct timing_generator *tg, in dce60_configure_crc()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
A Ddcn201_hwseq.c166 struct timing_generator *tg) in dcn201_init_blank()
273 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
281 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
305 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
334 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
350 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
/linux/drivers/gpu/drm/amd/display/dc/dce80/
A Ddce80_timing_generator.c87 static void program_pix_dur(struct timing_generator *tg, uint32_t pix_clk_100hz) in program_pix_dur()
108 static void program_timing(struct timing_generator *tg, in program_timing()
125 struct timing_generator *tg, in dce80_timing_generator_enable_advanced_request()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c398 struct timing_generator *tg) in dcn20_init_blank()
880 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_enable_stream_timing() local
2255 struct timing_generator *tg = pipe->stream_res.tg; in dcn20_post_unlock_program_front_end() local
2325 struct timing_generator *tg = dc->res_pool->timing_generators[0]; in dcn20_post_unlock_program_front_end() local
2759 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_setup_vupdate_interrupt() local
2984 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_enable_stream() local
3105 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
3112 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
3136 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
3167 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c220 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_hw() local
709 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_pipes() local
764 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_pipes() local
853 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_pipes() local
957 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn35_disable_plane() local
1037 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_calc_blocks_to_gate() local
1438 struct timing_generator *tg = pipe_ctx[i]->stream_res.tg; in dcn35_set_drr() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
A Ddcn10_hwseq.c103 struct timing_generator *tg; in dcn10_lock_all_pipes() local
415 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_log_hw_state() local
599 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_did_underflow_occur() local
909 struct timing_generator *tg) in false_optc_underflow_wa()
2053 struct timing_generator *tg) in wait_for_reset_trigger_to_occur()
2268 struct timing_generator *tg; in dcn10_enable_vblanks_synchronization() local
2334 struct timing_generator *tg; in dcn10_enable_timing_synchronization() local
3042 struct timing_generator *tg; in dcn10_wait_for_pending_cleared() local
3389 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_update_pending_status() local
3848 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_setup_periodic_interrupt() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn32/
A Ddcn32_optc.c100 void optc32_get_odm_combine_segments(struct timing_generator *tg, int *odm_combine_segments) in optc32_get_odm_combine_segments()
124 void optc32_wait_odm_doublebuffer_pending_clear(struct timing_generator *tg) in optc32_wait_odm_doublebuffer_pending_clear()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
A Ddcn21_hwseq.c215 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn21_set_pipe() local
250 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn21_set_backlight_level() local
/linux/arch/powerpc/kernel/
A Dsmp.c831 struct thread_groups *tg = &tglp->property_tgs[property_idx++]; in parse_thread_groups() local
866 static int get_cpu_thread_group_start(int cpu, struct thread_groups *tg) in get_cpu_thread_group_start()
891 struct thread_groups *tg = NULL; in get_thread_groups() local
920 static int __init update_mask_from_threadgroup(cpumask_var_t *mask, struct thread_groups *tg, in update_mask_from_threadgroup()
947 struct thread_groups *tg = NULL; in init_thread_group_cache_map() local
/linux/drivers/firmware/efi/libstub/
A Darm64.c60 u64 tg; in check_platform_features() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
A Ddce110_hwseq.c671 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dce110_enable_stream() local
1151 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dce110_disable_stream() local
1770 struct timing_generator *tg; in disable_vga_and_power_gate_all_controllers() local
1830 struct timing_generator *tg = NULL; in clean_up_dsc_blocks() local
2103 struct timing_generator *tg = pipe_ctx[i]->stream_res.tg; in set_drr() local
2644 struct timing_generator *tg) in wait_for_reset_trigger_to_occur()
2809 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in init_hw() local
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer_debug.c428 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_get_otg_states() local
495 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_clear_otpc_underflow() local
/linux/drivers/gpu/drm/
A Ddrm_connector.c3362 struct drm_tile_group *tg = container_of(kref, struct drm_tile_group, refcount); in drm_tile_group_free() local
3379 struct drm_tile_group *tg) in drm_mode_put_tile_group()
3398 struct drm_tile_group *tg; in drm_mode_get_tile_group() local
3429 struct drm_tile_group *tg; in drm_mode_create_tile_group() local
/linux/include/linux/
A Dio-pgtable.h136 u32 tg:2; member
149 u32 tg:2; member

Completed in 116 milliseconds

123