Home
last modified time | relevance | path

Searched refs:abm (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_abm.c35 #define TO_DCE_ABM(abm)\ argument
46 abm->ctx->logger
251 static void dce_abm_init(struct abm *abm) in dce_abm_init() argument
291 static unsigned int dce_abm_get_current_backlight_8_bit(struct abm *abm) in dce_abm_get_current_backlight_8_bit() argument
299 static bool dce_abm_set_level(struct abm *abm, uint32_t level) in dce_abm_set_level() argument
317 static bool dce_abm_immediate_disable(struct abm *abm) in dce_abm_immediate_disable() argument
344 static bool dce_abm_init_backlight(struct abm *abm) in dce_abm_init_backlight() argument
404 struct abm *abm, in dce_abm_set_backlight_level() argument
457 struct abm *dce_abm_create( in dce_abm_create()
477 void dce_abm_destroy(struct abm **abm) in dce_abm_destroy() argument
[all …]
H A Ddce_abm.h210 struct abm base;
216 struct abm *dce_abm_create(
222 void dce_abm_destroy(struct abm **abm);
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dabm.h37 struct abm { struct
46 void (*abm_init)(struct abm *abm); argument
47 bool (*set_abm_level)(struct abm *abm, unsigned int abm_level);
48 bool (*set_abm_immediate_disable)(struct abm *abm);
49 bool (*init_backlight)(struct abm *abm);
50 bool (*set_backlight_level)(struct abm *abm,
55 unsigned int (*get_current_backlight_8_bit)(struct abm *abm);
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dcore_types.h169 struct abm *abm; member
194 struct abm *abm; member
/dragonfly/share/mk/
H A Dbsd.cpu.gcc47.mk76 C_barcelona= ${C_athlon64sse3} sse4a abm
77 C_bdver1= ${C_corei7avx} sse4a abm fma4 xop lwp cx16
82 mwaitx sha clzero cx16 movbe sse4a abm xsavec xsaves \
H A Dbsd.cpu.gcc80.mk102 C_barcelona= ${C_athlon64sse3} sse4a abm
103 C_bdver1= ${C_core2} sse4a sse41 sse42 abm fma4 avx xop lwp aes \
110 abm xsavec xsaves clflushop popcnt
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_link.c2064 struct abm *abm = link->ctx->dc->res_pool->abm; in dc_link_get_backlight_level() local
2066 if (abm == NULL || abm->funcs->get_current_backlight_8_bit == NULL) in dc_link_get_backlight_level()
2069 return (int) abm->funcs->get_current_backlight_8_bit(abm); in dc_link_get_backlight_level()
2076 struct abm *abm = core_dc->res_pool->abm; in dc_link_set_backlight_level() local
2084 (abm == NULL) || in dc_link_set_backlight_level()
2085 (abm->funcs->set_backlight_level == NULL)) in dc_link_set_backlight_level()
2114 abm->funcs->set_backlight_level( in dc_link_set_backlight_level()
2115 abm, in dc_link_set_backlight_level()
2128 struct abm *abm = core_dc->res_pool->abm; in dc_link_set_abm_disable() local
2130 if ((abm == NULL) || (abm->funcs->set_backlight_level == NULL)) in dc_link_set_abm_disable()
[all …]
H A Ddc.c1401 if (stream_update && stream_update->abm_level && pipe_ctx->stream_res.abm) { in commit_planes_for_stream()
1405 pipe_ctx->stream_res.abm->funcs->set_abm_level( in commit_planes_for_stream()
1406 pipe_ctx->stream_res.abm, stream->abm_level); in commit_planes_for_stream()
1408 pipe_ctx->stream_res.abm->funcs->set_abm_level( in commit_planes_for_stream()
1409 pipe_ctx->stream_res.abm, stream->abm_level); in commit_planes_for_stream()
H A Ddc_resource.c1343 free_pipe->stream_res.abm = tail_pipe->stream_res.abm; in dc_add_plane_to_context()
1972 pipe_ctx->stream_res.abm = pool->abm; in resource_map_pool_resources()
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c713 if (pool->base.abm != NULL) in destruct()
714 dce_abm_destroy(&pool->base.abm); in destruct()
889 pool->base.abm = dce_abm_create(ctx, in dce80_construct()
893 if (pool->base.abm == NULL) { in dce80_construct()
1082 pool->base.abm = dce_abm_create(ctx, in dce81_construct()
1086 if (pool->base.abm == NULL) { in dce81_construct()
1264 pool->base.abm = dce_abm_create(ctx, in dce83_construct()
1268 if (pool->base.abm == NULL) { in dce83_construct()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c958 struct abm *abm = dc->res_pool->abm; in dcn10_init_hw() local
1075 if (abm != NULL) { in dcn10_init_hw()
1076 abm->funcs->init_backlight(abm); in dcn10_init_hw()
1077 abm->funcs->abm_init(abm); in dcn10_init_hw()
2146 if (stream_res->abm) in dcn10_blank_pixel_data()
2147 stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->abm_level); in dcn10_blank_pixel_data()
2149 if (stream_res->abm) in dcn10_blank_pixel_data()
2150 stream_res->abm->funcs->set_abm_immediate_disable(stream_res->abm); in dcn10_blank_pixel_data()
H A Ddcn10_resource.c891 if (pool->base.abm != NULL) in destruct()
892 dce_abm_destroy(&pool->base.abm); in destruct()
1039 idle_pipe->stream_res.abm = head_pipe->stream_res.abm; in dcn10_acquire_idle_pipe_for_layer()
1197 pool->base.abm = dce_abm_create(ctx, in construct()
1201 if (pool->base.abm == NULL) { in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c692 if (pool->base.abm != NULL) in destruct()
693 dce_abm_destroy(&pool->base.abm); in destruct()
897 pool->base.abm = dce_abm_create(ctx, in construct()
901 if (pool->base.abm == NULL) { in construct()
/dragonfly/sys/platform/pc64/conf/
H A Dkern.mk22 CFLAGS+= -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_resource.c531 if (pool->base.abm != NULL) in destruct()
532 dce_abm_destroy(&pool->base.abm); in destruct()
955 pool->base.abm = dce_abm_create(ctx, in construct()
959 if (pool->base.abm == NULL) { in construct()
/dragonfly/sys/dev/drm/radeon/
H A Dcypress_dpm.h67 bool abm; member
H A Dbtc_dpm.c2671 eg_pi->abm = true; in btc_dpm_init()
H A Dcypress_dpm.c2116 eg_pi->abm = true; in cypress_dpm_init()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2362 struct abm *abm; in init_hw() local
2412 abm = dc->res_pool->abm; in init_hw()
2413 if (abm != NULL) { in init_hw()
2414 abm->funcs->init_backlight(abm); in init_hw()
2415 abm->funcs->abm_init(abm); in init_hw()
H A Ddce110_resource.c716 if (pool->base.abm != NULL) in destruct()
717 dce_abm_destroy(&pool->base.abm); in destruct()
1239 pool->base.abm = dce_abm_create(ctx, in construct()
1243 if (pool->base.abm == NULL) { in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_resource.c710 if (pool->base.abm != NULL) in destruct()
711 dce_abm_destroy(&pool->base.abm); in destruct()
1188 pool->base.abm = dce_abm_create(ctx, in construct()
1192 if (pool->base.abm == NULL) { in construct()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Ddriver-i386.c782 const char *abm = has_abm ? " -mabm" : " -mno-abm"; in host_detect_local_cpu() local
800 popcnt, abm, lwp, fma, fma4, xop, bmi, bmi2, in host_detect_local_cpu()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Ddriver-i386.c1047 const char *abm = has_abm ? " -mabm" : " -mno-abm"; in host_detect_local_cpu() local
1105 popcnt, abm, lwp, fma, fma4, xop, bmi, sgx, bmi2, in host_detect_local_cpu()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.h651 bool abm; member
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i386.texi226 @code{abm} and
1195 @item @samp{.syscall} @tab @samp{.rdtscp} @tab @samp{.svme} @tab @samp{.abm}

12