HomeSort by: relevance | last modified time | path
    Searched refs:dce_hwseq (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
dce120_hw_sequencer.h 36 bool dce121_xgmi_enabled(struct dce_hwseq *hws);
amdgpu_dce120_hw_sequencer.c 35 #include "dce/dce_hwseq.h"
202 struct dce_hwseq *hws,
258 bool dce121_xgmi_enabled(struct dce_hwseq *hws)
amdgpu_dce120_resource.c 60 #include "dce/dce_hwseq.h"
783 static struct dce_hwseq *dce120_hwseq_create(
786 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
797 static struct dce_hwseq *dce121_hwseq_create(
800 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_hwseq.h 90 struct dce_hwseq *hws);
93 struct dce_hwseq *hws,
96 struct dce_hwseq *hws,
100 struct dce_hwseq *hws,
119 struct dce_hwseq *hws,
127 struct dce_hwseq *hws,
133 void dcn20_dccg_init(struct dce_hwseq *hws);
134 int dcn20_init_sys_ctx(struct dce_hwseq *hws,
amdgpu_dcn20_hwseq.c 39 #include "dce/dce_hwseq.h"
188 struct dce_hwseq *hws,
228 void dcn20_dccg_init(struct dce_hwseq *hws)
253 struct dce_hwseq *hws)
280 struct dce_hwseq *hws = dc->hwseq;
332 struct dce_hwseq *hws,
409 struct dce_hwseq *hws,
483 struct dce_hwseq *hws,
561 struct dce_hwseq *hws = dc->hwseq;
612 struct dce_hwseq *hws = dc->hwseq
    [all...]
dcn20_resource.h 67 struct dce_hwseq *dcn20_hwseq_create(
amdgpu_dcn20_resource.c 62 #include "dce/dce_hwseq.h"
1255 struct dce_hwseq *dcn20_hwseq_create(
1258 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
dcn21_hwseq.h 35 int dcn21_init_sys_ctx(struct dce_hwseq *hws,
amdgpu_dcn21_hwseq.c 35 #include "dce/dce_hwseq.h"
55 struct dce_hwseq *hws)
69 int dcn21_init_sys_ctx(struct dce_hwseq *hws, struct dc *dc, struct dc_phy_addr_space_config *pa_config)
92 struct dce_hwseq *hws = dc->hwseq;
amdgpu_dcn21_resource.c 61 #include "dce/dce_hwseq.h"
1473 static struct dce_hwseq *dcn21_hwseq_create(
1476 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer_private.h 64 struct dce_hwseq;
106 void (*disable_vga)(struct dce_hwseq *hws);
112 void (*enable_power_gating_plane)(struct dce_hwseq *hws,
114 void (*dpp_pg_control)(struct dce_hwseq *hws,
117 void (*hubp_pg_control)(struct dce_hwseq *hws,
120 void (*dsc_pg_control)(struct dce_hwseq *hws,
140 void (*dccg_init)(struct dce_hwseq *hws);
147 struct dce_hwseq { struct
hw_sequencer.h 52 struct dce_hwseq;
73 void (*update_dchub)(struct dce_hwseq *hws,
144 int (*init_sys_ctx)(struct dce_hwseq *hws,
147 void (*init_vm_ctx)(struct dce_hwseq *hws,
resource.h 71 struct dce_hwseq *(*create_hwseq)(
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
Makefile 29 DCE = dce_audio.o dce_stream_encoder.o dce_link_encoder.o dce_hwseq.o \
amdgpu_dce_hwseq.c 31 #include "dce_hwseq.h"
45 void dce_enable_fe_clock(struct dce_hwseq *hws,
58 struct dce_hwseq *hws = dc->hwseq;
93 void dce_set_blender_mode(struct dce_hwseq *hws,
134 static void dce_disable_sram_shut_down(struct dce_hwseq *hws)
141 static void dce_underlay_clock_enable(struct dce_hwseq *hws)
159 void dce_clock_gating_power_up(struct dce_hwseq *hws,
171 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws,
dce_hwseq.h 1 /* $NetBSD: dce_hwseq.h,v 1.2 2021/12/18 23:45:02 riastradh Exp $ */
816 struct dce_hwseq;
820 void dce_enable_fe_clock(struct dce_hwseq *hwss,
827 void dce_set_blender_mode(struct dce_hwseq *hws,
830 void dce_clock_gating_power_up(struct dce_hwseq *hws,
833 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_hw_sequencer.h 81 struct dce_hwseq *hws,
85 struct dce_hwseq *hws,
89 struct dce_hwseq *hws,
93 struct dce_hwseq *hws);
105 void dcn10_update_dchub(struct dce_hwseq *hws, struct dchub_init_data *dh_data);
amdgpu_dcn10_hw_sequencer.c 39 #include "dce/dce_hwseq.h"
121 struct dce_hwseq *hws = dc->hwseq;
484 struct dce_hwseq *hws,
506 struct dce_hwseq *hws)
539 struct dce_hwseq *hws,
591 struct dce_hwseq *hws,
643 struct dce_hwseq *hws,
661 struct dce_hwseq *hws = dc->hwseq;
681 struct dce_hwseq *hws = dc->hwseq;
711 struct dce_hwseq *hws = dc->hwseq
    [all...]
amdgpu_dcn10_resource.c 53 #include "dce/dce_hwseq.h"
881 static struct dce_hwseq *dcn10_hwseq_create(
884 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 42 #include "dce/dce_hwseq.h"
704 static bool is_panel_backlight_on(struct dce_hwseq *hws)
713 static bool is_panel_powered_on(struct dce_hwseq *hws)
813 struct dce_hwseq *hwseq = ctx->dc->hwseq;
895 struct dce_hwseq *hws = ctx->dc->hwseq;
1056 struct dce_hwseq *hws = link->dc->hwseq;
1074 struct dce_hwseq *hws = link->dc->hwseq;
1334 struct dce_hwseq *hws = dc->hwseq;
1567 struct dce_hwseq *hws = dc->hwseq;
2025 struct dce_hwseq *hws = dc->hwseq
    [all...]
amdgpu_dce110_resource.c 55 #include "dce/dce_hwseq.h"
555 static struct dce_hwseq *dce110_hwseq_create(
558 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
1105 struct dce_hwseq *hws = dc->hwseq;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 484 struct dce_hwseq;
519 struct dce_hwseq *hwseq;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
amdgpu_dce100_resource.c 52 #include "dce/dce_hwseq.h"
501 static struct dce_hwseq *dce100_hwseq_create(
504 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
amdgpu_dce112_resource.c 53 #include "dce/dce_hwseq.h"
528 static struct dce_hwseq *dce112_hwseq_create(
531 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
amdgpu_dce80_resource.c 55 #include "dce/dce_hwseq.h"
624 static struct dce_hwseq *dce80_hwseq_create(
627 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);

Completed in 32 milliseconds