HomeSort by: relevance | last modified time | path
    Searched defs:abm (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
abm.h 1 /* $NetBSD: abm.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */
39 struct abm { struct
48 void (*abm_init)(struct abm *abm);
49 bool (*set_abm_level)(struct abm *abm, unsigned int abm_level);
50 bool (*set_abm_immediate_disable)(struct abm *abm);
51 bool (*set_pipe)(struct abm *abm, unsigned int controller_id)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
cypress_dpm.h 69 bool abm; member in struct:evergreen_power_info
  /src/usr.sbin/sysinst/arch/mac68k/
md.h 127 } abm; /* altblk map */ member in struct:__anon66f6aa490308
128 u_int32_t filler[7]; /* reserved for abm expansion */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 54 #include "abm.h"
2130 if (stream_update->abm_level && pipe_ctx->stream_res.abm) {
2140 pipe_ctx->stream_res.abm->funcs->set_abm_immediate_disable(pipe_ctx->stream_res.abm);
2142 pipe_ctx->stream_res.abm->funcs->set_abm_level(
2143 pipe_ctx->stream_res.abm, stream->abm_level);
2529 struct abm *abm = dc->res_pool->abm; local in function:dc_get_current_backlight_pwm
2531 if (abm)
2539 struct abm *abm = dc->res_pool->abm; local in function:dc_get_target_backlight_pwm
    [all...]
amdgpu_dc_link.c 48 #include "abm.h"
2326 struct abm *abm = link->ctx->dc->res_pool->abm; local in function:dc_link_get_backlight_level
2328 if (abm == NULL || abm->funcs->get_current_backlight == NULL)
2331 return (int) abm->funcs->get_current_backlight(abm);
2339 struct abm *abm = dc->res_pool->abm local in function:dc_link_set_backlight_level
2392 struct abm *abm = dc->res_pool->abm; local in function:dc_link_set_abm_disable
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 58 #include "abm.h"
2364 struct abm *abm; local in function:init_hw
2413 abm = dc->res_pool->abm;
2414 if (abm != NULL) {
2415 abm->funcs->init_backlight(abm);
2416 abm->funcs->abm_init(abm);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 40 #include "abm.h"
819 /* TODO: OPP FMT, ABM. etc. should be done here. */
1242 struct abm *abm = dc->res_pool->abm; local in function:dcn10_init_hw
1341 if (abm != NULL) {
1342 abm->funcs->init_backlight(abm);
1343 abm->funcs->abm_init(abm);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 215 struct abm *abm; member in struct:resource_pool
240 struct abm *abm; member in struct:stream_resource
  /src/sys/netinet/
sctp_output.c 8954 struct sctp_abort_msg *abm; local in function:sctp_send_abort
8974 mout->m_len = sizeof(*iph_out) + sizeof(*abm);
8991 abm = (struct sctp_abort_msg *)((vaddr_t)iph_out + iphlen_out);
8995 mout->m_len = sizeof(*ip6_out) + sizeof(*abm);
9006 abm = (struct sctp_abort_msg *)((vaddr_t)ip6_out + iphlen_out);
9012 abm->sh.src_port = sh->dest_port;
9013 abm->sh.dest_port = sh->src_port;
9014 abm->sh.checksum = 0;
9016 abm->sh.v_tag = sh->v_tag;
9017 abm->msg.ch.chunk_flags = SCTP_HAD_NO_TCB
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
si_dpm.h 653 bool abm; member in struct:evergreen_power_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 40 #include "dc/inc/hw/abm.h"
770 struct abm *abm = adev->dm.dc->res_pool->abm; local in function:dm_dmub_hw_init
858 /* Init DMCU and ABM if available. */
859 if (dmcu && abm) {
861 abm->dmcu_is_running = dmcu->funcs->is_dmcu_initialized(dmcu);
1390 /* Min backlight level after ABM reduction, Don't allow below 1%
7531 /* ABM settings */

Completed in 33 milliseconds