Searched refs:max_w (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | power_budget.c | 117 entry->max_w = nvbios_rd32(bios, entry_offset + 0xa); in nvbios_power_budget_entry() 120 entry->max_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry() 121 entry->avg_w = entry->max_w; in nvbios_power_budget_entry()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-core.c | 394 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local 414 max_w = variant->pix_max->target_rot_dis_w; in gsc_try_fmt_mplane() 433 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane() 440 v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x, in gsc_try_fmt_mplane() 522 u32 min_w, min_h, max_w, max_h; in gsc_try_selection() local 537 max_w = f->f_width; in gsc_try_selection() 560 max_w = f->f_height; in gsc_try_selection() 575 v4l_bound_align_image(&tmp_w, min_w, max_w, mod_x, in gsc_try_selection() 590 if (s->r.left + tmp_w > max_w) in gsc_try_selection() 591 s->r.left = max_w - tmp_w; in gsc_try_selection() [all …]
|
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_cursor.c | 99 offset = cursor->max_w * 2 / 8; in sm750_hw_cursor_set_data() 149 offset = cursor->max_w * 2 / 8; in sm750_hw_cursor_set_data2()
|
| H A D | sm750.c | 115 if (fbcursor->image.width > cursor->max_w || in lynxfb_ops_cursor() 772 crtc->cursor.max_w = 64; in lynxfb_set_fbinfo() 773 crtc->cursor.size = crtc->cursor.max_h * crtc->cursor.max_w * 2 / 8; in lynxfb_set_fbinfo()
|
| /linux/drivers/dma/ |
| H A D | ste_dma40_ll.c | 196 u32 max_w = max(data_width1, data_width2); in d40_seg_size() local 198 u32 seg_max = ALIGN(STEDMA40_MAX_SEG_SIZE * min_w, max_w); in d40_seg_size() 201 seg_max -= max_w; in d40_seg_size() 207 return ALIGN(size / 2, max_w); in d40_seg_size()
|
| H A D | ste_dma40.c | 1023 u32 max_w = max(data_width1, data_width2); in d40_size_2_dmalen() local 1025 u32 seg_max = ALIGN(STEDMA40_MAX_SEG_SIZE * min_w, max_w); in d40_size_2_dmalen() 1028 seg_max -= max_w; in d40_size_2_dmalen() 1030 if (!IS_ALIGNED(size, max_w)) in d40_size_2_dmalen()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | power_budget.h | 10 u32 max_w; member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
| H A D | base.c | 234 iccsense->power_w_crit = entry.max_w; in nvkm_iccsense_oneinit()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda.h | 110 u32 max_w; member
|
| /linux/include/media/tpg/ |
| H A D | v4l2-tpg.h | 237 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
|