Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local
189 if (update->flip_addr) { in update_surface_trace()
194 update->flip_addr->address.type, in update_surface_trace()
195 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace()
196 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace()
197 update->flip_addr->flip_immediate); in update_surface_trace()
200 if (update->plane_info) { in update_surface_trace()
211 update->plane_info->color_space, in update_surface_trace()
212 update->plane_info->format, in update_surface_trace()
213 update->plane_info->plane_size.surface_pitch, in update_surface_trace()
[all …]
Ddc.c2940 struct dc_stream_update *update) in copy_stream_update_to_stream() argument
2944 if (update == NULL || stream == NULL) in copy_stream_update_to_stream()
2947 if (update->src.height && update->src.width) in copy_stream_update_to_stream()
2948 stream->src = update->src; in copy_stream_update_to_stream()
2950 if (update->dst.height && update->dst.width) in copy_stream_update_to_stream()
2951 stream->dst = update->dst; in copy_stream_update_to_stream()
2953 if (update->out_transfer_func && in copy_stream_update_to_stream()
2954 stream->out_transfer_func != update->out_transfer_func) { in copy_stream_update_to_stream()
2956 update->out_transfer_func->sdr_ref_white_level; in copy_stream_update_to_stream()
2957 stream->out_transfer_func->tf = update->out_transfer_func->tf; in copy_stream_update_to_stream()
[all …]
/drivers/media/platform/ti/omap3isp/
Disph3a_aewb.c40 if (!aewb->update) in h3a_aewb_setup_regs()
72 aewb->update = 0; in h3a_aewb_setup_regs()
183 int update = 0; in h3a_aewb_set_params() local
187 update = 1; in h3a_aewb_set_params()
191 update = 1; in h3a_aewb_set_params()
195 update = 1; in h3a_aewb_set_params()
199 update = 1; in h3a_aewb_set_params()
203 update = 1; in h3a_aewb_set_params()
207 update = 1; in h3a_aewb_set_params()
211 update = 1; in h3a_aewb_set_params()
[all …]
Disph3a_af.c44 if (!af->update) in h3a_af_setup_regs()
122 af->update = 0; in h3a_af_setup_regs()
231 int update = 0; in h3a_af_set_params() local
236 update = 1; in h3a_af_set_params()
242 update = 1; in h3a_af_set_params()
246 update = 1; in h3a_af_set_params()
252 update = 1; in h3a_af_set_params()
258 update = 1; in h3a_af_set_params()
264 update = 1; in h3a_af_set_params()
269 update = 1; in h3a_af_set_params()
[all …]
Disppreview.c644 params->update |= OMAP3ISP_PREV_CONTRAST; in preview_update_contrast()
666 params->update |= OMAP3ISP_PREV_BRIGHTNESS; in preview_update_brightness()
672 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock() argument
678 prev->params.params[0].busy |= ~active & update; in preview_params_lock()
679 prev->params.params[1].busy |= active & update; in preview_params_lock()
682 update = (prev->params.params[0].update & active) in preview_params_lock()
683 | (prev->params.params[1].update & ~active); in preview_params_lock()
685 prev->params.params[0].busy |= active & update; in preview_params_lock()
686 prev->params.params[1].busy |= ~active & update; in preview_params_lock()
689 return update; in preview_params_lock()
[all …]
Dispccdc.c407 u16 update; in ccdc_lsc_config() local
410 update = config->update & in ccdc_lsc_config()
412 if (!update) in ccdc_lsc_config()
415 if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) { in ccdc_lsc_config()
673 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config()
675 ccdc->update |= OMAP3ISP_CCDC_ALAW; in ccdc_config()
678 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config()
680 ccdc->update |= OMAP3ISP_CCDC_LPF; in ccdc_config()
683 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config()
691 ccdc->update |= OMAP3ISP_CCDC_BLCLAMP; in ccdc_config()
[all …]
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c268 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local
270 update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET; in vmw_stdu_populate_update()
271 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
273 update->body.stid = unit; in vmw_stdu_populate_update()
274 update->body.rect.x = left; in vmw_stdu_populate_update()
275 update->body.rect.y = top; in vmw_stdu_populate_update()
276 update->body.rect.w = right - left; in vmw_stdu_populate_update()
277 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
801 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local
817 update = (struct vmw_stdu_update *) &blit[dirty->num_hits]; in vmw_kms_stdu_surface_fifo_commit()
[all …]
Dvmwgfx_scrn.c464 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_bo_fifo_size() argument
471 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update, in vmw_sou_bo_define_gmrfb() argument
475 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
477 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
488 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
491 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
497 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_sou_bo_populate_clip() argument
504 blit->body.destScreenId = update->du->unit; in vmw_sou_bo_populate_clip()
515 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update, in vmw_stud_bo_post_clip() argument
560 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_surface_fifo_size() argument
[all …]
Dvmwgfx_kms.h65 uint32_t (*calc_fifo_size)(struct vmw_du_update_plane *update,
80 uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd);
92 uint32_t (*pre_clip)(struct vmw_du_update_plane *update, void *cmd,
108 uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd,
119 uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd,
581 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
Dvmwgfx_kms.c2892 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update) in vmw_du_helper_plane_update() argument
2894 struct drm_plane_state *state = update->plane->state; in vmw_du_helper_plane_update()
2895 struct drm_plane_state *old_state = update->old_state; in vmw_du_helper_plane_update()
2919 if (update->vfb->bo) { in vmw_du_helper_plane_update()
2921 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
2924 update->cpu_blit); in vmw_du_helper_plane_update()
2927 container_of(update->vfb, typeof(*vfbs), base); in vmw_du_helper_plane_update()
2937 ret = vmw_validation_prepare(&val_ctx, update->mutex, update->intr); in vmw_du_helper_plane_update()
2941 reserved_size = update->calc_fifo_size(update, num_hits); in vmw_du_helper_plane_update()
2942 cmd_start = VMW_CMD_RESERVE(update->dev_priv, reserved_size); in vmw_du_helper_plane_update()
[all …]
/drivers/s390/char/
Dcon3270.c48 struct list_head update; /* list of lines to update. */ member
153 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update()
154 list_del_init(&s->update); in con3270_rebuild_update()
158 list_add(&s->update, &cp->update); in con3270_rebuild_update()
179 if (!list_empty(&s->update)) in con3270_alloc_string()
180 list_del(&s->update); in con3270_alloc_string()
265 list_for_each_entry_safe(s, n, &cp->update, update) { in con3270_update()
271 list_del_init(&s->update); in con3270_update()
275 if (list_empty(&cp->update)) in con3270_update()
456 if (list_empty(&cp->cline->update)) { in con3270_cline_insert()
[all …]
Dtty3270.c71 struct list_head update; /* List of lines to update. */ member
254 list_for_each_entry_safe(s, n, &tp->update, update) in tty3270_rebuild_update()
255 list_del_init(&s->update); in tty3270_rebuild_update()
264 list_add(&s->update, &tp->update); in tty3270_rebuild_update()
286 if (!list_empty(&s->update)) in tty3270_alloc_string()
287 list_del(&s->update); in tty3270_alloc_string()
337 if (!list_empty(&s->update)) in tty3270_blank_screen()
338 list_del(&s->update); in tty3270_blank_screen()
419 list_for_each_entry_safe(s, n, &tp->update, update) { in tty3270_update()
433 list_del_init(&s->update); in tty3270_update()
[all …]
/drivers/power/supply/
Dipaq_micro_battery.c41 struct delayed_work update; member
52 struct micro_battery, update.work); in micro_battery_work()
88 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_battery_work()
239 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe()
241 queue_delayed_work(mb->wq, &mb->update, 1); in micro_batt_probe()
263 cancel_delayed_work_sync(&mb->update); in micro_batt_probe()
275 cancel_delayed_work_sync(&mb->update); in micro_batt_remove()
285 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend()
293 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_batt_resume()
/drivers/platform/x86/intel/wmi/
DMakefile6 intel-wmi-sbl-fw-update-y := sbl-fw-update.o
7 obj-$(CONFIG_INTEL_WMI_SBL_FW_UPDATE) += intel-wmi-sbl-fw-update.o
DKconfig10 tristate "Intel WMI Slim Bootloader firmware update signaling driver"
15 Slim Bootloader to trigger update on next reboot.
18 be called intel-wmi-sbl-fw-update.
/drivers/auxdisplay/
Dline-display.c48 linedisp->update(linedisp); in linedisp_scroll()
92 linedisp->update(linedisp); in linedisp_display()
207 void (*update)(struct linedisp *linedisp)) in linedisp_register()
215 linedisp->update = update; in linedisp_register()
Dimg-ascii-lcd.c30 void (*update)(struct linedisp *linedisp); member
78 .update = boston_update,
106 .update = malta_update,
206 .update = sead3_update,
257 cfg->update); in img_ascii_lcd_probe()
Dline-display.h29 void (*update)(struct linedisp *linedisp); member
40 void (*update)(struct linedisp *linedisp));
/drivers/gpio/
Dgpio-crystalcove.c77 int update; member
209 cg->update |= UPDATE_IRQ_TYPE; in crystalcove_irq_type()
226 if (cg->update & UPDATE_IRQ_TYPE) in crystalcove_bus_sync_unlock()
228 if (cg->update & UPDATE_IRQ_MASK) in crystalcove_bus_sync_unlock()
230 cg->update = 0; in crystalcove_bus_sync_unlock()
247 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_unmask()
260 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_mask()
Dgpio-wcove.c97 int update; member
265 wg->update |= UPDATE_IRQ_TYPE; in wcove_irq_type()
284 if (wg->update & UPDATE_IRQ_TYPE) in wcove_bus_sync_unlock()
286 if (wg->update & UPDATE_IRQ_MASK) in wcove_bus_sync_unlock()
288 wg->update = 0; in wcove_bus_sync_unlock()
305 wg->update |= UPDATE_IRQ_MASK; in wcove_irq_unmask()
318 wg->update |= UPDATE_IRQ_MASK; in wcove_irq_mask()
/drivers/pci/hotplug/
Dibmphp_hpc.c902 u8 update = 0; in process_changeinstatus() local
908 update = 1; in process_changeinstatus()
915 update = 1; in process_changeinstatus()
921 update = 1; in process_changeinstatus()
934 update = 1; in process_changeinstatus()
943 update = 1; in process_changeinstatus()
957 update = 1; in process_changeinstatus()
965 if (update || disable) in process_changeinstatus()
968 debug("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update); in process_changeinstatus()
/drivers/hwmon/pmbus/
Dpmbus_core.c41 bool update; /* runtime sensor update needed */ member
149 void pmbus_set_update(struct i2c_client *client, u8 reg, bool update) in pmbus_set_update() argument
156 sensor->update = update; in pmbus_set_update()
640 if (sensor->data < 0 || sensor->update) in pmbus_update_sensor_data()
1334 bool update, bool readonly, in pmbus_add_sensor() argument
1359 sensor->update = update; in pmbus_add_sensor()
1424 bool update; /* True if register needs updates */ member
1442 bool update; /* true if update needed */ member
1473 attr->update || l->update, in pmbus_add_limit_attrs()
1636 .update = true,
[all …]
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_sriov.c42 nfp_net_sriov_update(struct nfp_app *app, int vf, u16 update, const char *msg) in nfp_net_sriov_update() argument
49 writew(update, app->pf->vfcfg_tbl2 + NFP_NET_VF_CFG_MB_UPD); in nfp_net_sriov_update()
100 u16 update = NFP_NET_VF_CFG_MB_UPD_VLAN; in nfp_app_set_vf_vlan() local
127 update |= NFP_NET_VF_CFG_MB_UPD_VLAN_PROTO; in nfp_app_set_vf_vlan()
144 return nfp_net_sriov_update(app, vf, update, "vlan"); in nfp_app_set_vf_vlan()
Dnfp_net_common.c82 static void nfp_net_reconfig_start(struct nfp_net *nn, u32 update) in nfp_net_reconfig_start() argument
84 nn_writel(nn, NFP_NET_CFG_UPDATE, update); in nfp_net_reconfig_start()
88 nn->reconfig_in_progress_update = update; in nfp_net_reconfig_start()
92 static void nfp_net_reconfig_start_async(struct nfp_net *nn, u32 update) in nfp_net_reconfig_start_async() argument
94 update |= nn->reconfig_posted; in nfp_net_reconfig_start_async()
97 nfp_net_reconfig_start(nn, update); in nfp_net_reconfig_start_async()
188 static void nfp_net_reconfig_post(struct nfp_net *nn, u32 update) in nfp_net_reconfig_post() argument
194 nn->reconfig_posted |= update; in nfp_net_reconfig_post()
201 nfp_net_reconfig_start_async(nn, update); in nfp_net_reconfig_post()
203 nn->reconfig_posted |= update; in nfp_net_reconfig_post()
[all …]
/drivers/comedi/drivers/ni_routing/tools/
Dni_names.py38 name_dict.update({
43 name_dict.update({

12345678910>>...13