Searched refs:update_flags (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1320 new_pipe->update_flags.raw = 0;
1331 new_pipe->update_flags.bits.disable = 1;
1340 new_pipe->update_flags.bits.enable = 1;
1341 new_pipe->update_flags.bits.mpcc = 1;
1342 new_pipe->update_flags.bits.dppclk = 1;
1343 new_pipe->update_flags.bits.hubp_interdependent = 1;
1344 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1;
1345 new_pipe->update_flags.bits.unbounded_req = 1;
1346 new_pipe->update_flags.bits.gamut_remap = 1;
1347 new_pipe->update_flags
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_trace.h32 pipe_ctx->update_flags.raw); \
H A Ddc_stream.h299 union stream_update_flags update_flags; member in struct:dc_stream_state
H A Ddc.h1240 union surface_update_flags update_flags; member in struct:dc_plane_state
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c1888 uint32_t prev_dsc_changed = context->streams[i]->update_flags.bits.dsc_changed;
1890 context->streams[i]->update_flags.raw = 0xFFFFFFFF;
1891 context->streams[i]->update_flags.bits.dsc_changed = prev_dsc_changed;
1978 context->streams[i]->update_flags.raw = 0x0;
2362 union surface_update_flags *update_flags = &u->surface->update_flags; local
2369 update_flags->bits.color_space_change = 1;
2374 update_flags->bits.horizontal_mirror_change = 1;
2379 update_flags->bits.rotation_change = 1;
2384 update_flags
2456 union surface_update_flags *update_flags = &u->surface->update_flags; local
2517 union surface_update_flags *update_flags = &u->surface->update_flags; local
[all...]
H A Ddc_hw_sequencer.c515 if (dc->hwss.set_flip_control_gsl && current_mpc_pipe->plane_state && current_mpc_pipe->plane_state->update_flags.raw) {
521 if (dc->hwss.program_triplebuffer && dc->debug.enable_tri_buf && current_mpc_pipe->plane_state->update_flags.raw) {
528 if (dc->hwss.update_plane_addr && current_mpc_pipe->plane_state->update_flags.bits.addr_update) {
535 if (hws->funcs.set_input_transfer_func && current_mpc_pipe->plane_state->update_flags.bits.gamma_change) {
543 if (dc->hwss.program_gamut_remap && current_mpc_pipe->plane_state->update_flags.bits.gamut_remap_change) {
548 if (current_mpc_pipe->plane_state->update_flags.bits.input_csc_change) {
553 if (current_mpc_pipe->plane_state->update_flags.bits.coeff_reduction_change) {
558 if (hws->funcs.set_output_transfer_func && current_mpc_pipe->stream->update_flags.bits.out_tf) {
566 if (current_mpc_pipe->stream->update_flags.bits.out_csc) {
616 current_mpc_pipe->plane_state->update_flags
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c335 if (pipe_ctx->plane_state->update_flags.bits.full_update ||
336 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change ||
337 pipe_ctx->plane_state->update_flags.bits.gamma_change)
340 if (pipe_ctx->plane_state->update_flags.bits.full_update)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2648 if (!pipe_ctx->plane_state->update_flags.bits.full_update) {
2708 if (plane_state->update_flags.bits.full_update) {
2763 if (plane_state->update_flags.bits.full_update) {
2780 if (plane_state->update_flags.bits.full_update ||
2781 plane_state->update_flags.bits.bpp_change)
2784 if (plane_state->update_flags.bits.full_update ||
2785 plane_state->update_flags.bits.per_pixel_alpha_change ||
2786 plane_state->update_flags.bits.global_alpha_change)
2789 if (plane_state->update_flags.bits.full_update ||
2790 plane_state->update_flags
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1362 if (pipe->plane_state && pipe->plane_state->update_flags.bits.position_change) {
1370 phantom_pipe->plane_state->update_flags.bits.position_change = 1;
1385 phantom_pipe->update_flags.raw = 0;
1388 phantom_pipe->update_flags.bits.enable = 1;
1389 phantom_pipe->update_flags.bits.mpcc = 1;
1390 phantom_pipe->update_flags.bits.dppclk = 1;
1391 phantom_pipe->update_flags.bits.hubp_interdependent = 1;
1392 phantom_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1;
1393 phantom_pipe->update_flags.bits.gamut_remap = 1;
1394 phantom_pipe->update_flags
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-into-ssa.c2733 unsigned update_flags)
2761 if (update_flags == TODO_update_ssa)
2778 gcc_assert (update_flags == TODO_update_ssa_full_phi);
2948 update_ssa (unsigned update_flags) argument
2971 gcc_assert (update_flags == TODO_update_ssa
2972 || update_flags == TODO_update_ssa_no_phi
2973 || update_flags == TODO_update_ssa_full_phi
2974 || update_flags == TODO_update_ssa_only_virtuals);
2979 if (update_flags == TODO_update_ssa_only_virtuals)
2986 insert_phi_p = (update_flags !
2732 insert_updated_phi_nodes_for(tree var, bitmap *dfs, bitmap blocks, unsigned update_flags) argument
3076 update_flags); local
3082 blocks_to_update, update_flags); local
[all...]
H A Dpasses.c754 unsigned update_flags = flags & TODO_update_ssa_any;
755 update_ssa (update_flags);
753 unsigned update_flags = flags & TODO_update_ssa_any; local
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h387 int update_flags),
388 TP_ARGS(pipe_idx, plane_state, stream, plane_res, update_flags),
419 __field(unsigned int, update_flags)
451 __entry->update_flags = update_flags;
456 "format=%d swizzle=%d update_flags=%x",
485 __entry->update_flags
H A Damdgpu_dm.c2854 dc_state->stream_status[i].plane_states[j]->update_flags.raw
9871 dm_new_plane_state->dc_state->update_flags.bits.full_update = 1;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Dcore_types.h409 union pipe_update_flags update_flags; member in struct:pipe_ctx
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.c1196 uint64_t update_flags = flags; local
1202 update_flags &= ~AMDGPU_PTE_READABLE;
1204 update_flags &= ~AMDGPU_PTE_WRITEABLE;
1207 amdgpu_gmc_get_vm_pte(adev, mapping, &update_flags);
1213 update_flags, mapping->offset,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_hwseq.c481 if (!pipe_ctx->plane_state->update_flags.bits.full_update) {
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2753 if (pipe_ctx->plane_state->update_flags.bits.full_update ||
2754 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change ||
2755 pipe_ctx->plane_state->update_flags.bits.gamma_change)
2758 if (pipe_ctx->plane_state->update_flags.bits.full_update)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1237 pipe->plane_state->update_flags.bits.full_update = 1;

Completed in 472 milliseconds