Searched refs:update_type (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c385 * @update_type: specify whether it is FULL/MEDIUM/FAST update
393 int update_type,
404 if (update_type == UPDATE_TYPE_FAST)
8504 (acrtc_state->update_type != UPDATE_TYPE_FAST ||
8512 acrtc_state->update_type == UPDATE_TYPE_FAST &&
8658 if ((acrtc_state->update_type > UPDATE_TYPE_FAST) &&
8677 acrtc_state->update_type,
8700 if (acrtc_state->update_type > UPDATE_TYPE_FAST) {
8718 if (acrtc_state->update_type == UPDATE_TYPE_FAST &&
11014 dm_new_crtc_state->update_type
392 update_planes_and_stream_adapter(struct dc *dc, int update_type, int planes_count, struct dc_stream_state *stream, struct dc_stream_update *stream_update, struct dc_surface_update *array_of_surface_update) argument
[all...]
H A Damdgpu_dm.h834 int update_type; member in struct:dm_crtc_state
H A Damdgpu_dm_crtc.c523 dm_crtc_state->update_type != UPDATE_TYPE_FAST) {
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2421 enum surface_update_type update_type = UPDATE_TYPE_FAST; local
2428 elevate_update_type(&update_type, UPDATE_TYPE_MED);
2433 elevate_update_type(&update_type, UPDATE_TYPE_MED);
2438 elevate_update_type(&update_type, UPDATE_TYPE_FULL);
2443 elevate_update_type(&update_type, UPDATE_TYPE_FULL);
2448 elevate_update_type(&update_type, UPDATE_TYPE_FULL);
2453 elevate_update_type(&update_type, UPDATE_TYPE_MED);
2458 elevate_update_type(&update_type, UPDATE_TYPE_MED);
2470 elevate_update_type(&update_type, UPDATE_TYPE_FULL);
2479 elevate_update_type(&update_type, UPDATE_TYPE_FUL
3135 enum surface_update_type update_type; local
3258 commit_planes_do_stream_update(struct dc *dc, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type, struct dc_state *context) argument
3558 commit_planes_for_stream_fast(struct dc *dc, struct dc_surface_update *srf_updates, int surface_count, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type, struct dc_state *context) argument
3682 commit_planes_for_stream(struct dc *dc, struct dc_surface_update *srf_updates, int surface_count, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type, struct dc_state *context) argument
4653 enum surface_update_type update_type; local
4770 enum surface_update_type update_type; local
4851 commit_planes_and_stream_update_on_current_context(struct dc *dc, struct dc_surface_update *srf_updates, int surface_count, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type) argument
4883 commit_planes_and_stream_update_with_new_context(struct dc *dc, struct dc_surface_update *srf_updates, int surface_count, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type, struct dc_state *new_context) argument
4924 enum surface_update_type update_type; local
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c65 u32 update_type)
80 if (update_type == FW_UPDATE_COLD &&
86 if (update_type == FW_UPDATE_HOT &&
91 if (update_type == FW_UPDATE_COLD)
63 check_image_integrity(struct hinic_devlink_priv *priv, struct host_image_st *host_image, u32 update_type) argument

Completed in 242 milliseconds