Searched refs:alpha (Results 126 - 150 of 231) sorted by relevance

12345678910

/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c257 void mxc_isi_channel_set_alpha(struct mxc_isi_pipe *pipe, u8 alpha) argument
263 val |= CHNL_IMG_CTRL_GBL_ALPHA_VAL(alpha) |
H A Dimx8-isi-m2m.c62 unsigned int alpha; member in struct:mxc_isi_m2m_ctx::__anon976
164 mxc_isi_channel_set_alpha(m2m->pipe, ctx->ctrls.alpha);
336 ctx->ctrls.alpha = ctrl->val;
/linux-master/drivers/clk/qcom/
H A Dgpucc-x1e80100.c15 #include "clk-alpha-pll.h"
48 .alpha = 0xa000,
76 .alpha = 0xeaaa,
H A Dlpasscorecc-sc7280.c17 #include "clk-alpha-pll.h"
39 .alpha = 0x0,
H A Dgpucc-sc7280.c13 #include "clk-alpha-pll.h"
53 .alpha = 0xAAA,
H A Dcamcc-sm8250.c14 #include "clk-alpha-pll.h"
45 .alpha = 0x8000,
119 .alpha = 0x4000,
170 .alpha = 0x0,
221 .alpha = 0x7555,
272 .alpha = 0x7555,
H A Dcamcc-sc7280.c16 #include "clk-alpha-pll.h"
51 .alpha = 0x8000,
126 .alpha = 0x4000,
178 .alpha = 0x0,
251 .alpha = 0x9555,
303 .alpha = 0x9555,
355 .alpha = 0x9555,
407 .alpha = 0x0,
H A Dcamcc-x1e80100.c15 #include "clk-alpha-pll.h"
56 .alpha = 0x8000,
133 .alpha = 0xaaaa,
187 .alpha = 0x0,
214 .alpha = 0x0,
268 .alpha = 0x0,
322 .alpha = 0x0,
376 .alpha = 0x0,
H A Dcamcc-sc7180.c17 #include "clk-alpha-pll.h"
45 .alpha = 0x4000,
73 .alpha = 0x1555,
163 .alpha = 0x4000,
H A Dcamcc-sdm845.c14 #include "clk-alpha-pll.h"
1724 cam_cc_pll_config.alpha = 0x4000;
1728 cam_cc_pll_config.alpha = 0x1556;
1732 cam_cc_pll_config.alpha = 0x0;
/linux-master/net/sched/
H A Dsch_fq_pie.c335 WRITE_ONCE(q->p_params.alpha,
487 nla_put_u32(skb, TCA_FQ_PIE_ALPHA, READ_ONCE(q->p_params.alpha)) ||
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sprite_regs.h253 #define SP_CONST_ALPHA(alpha) REG_FIELD_PREP(SP_CONST_ALPHA_MASK, (alpha))
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_plane.c38 dflow->layer_alpha = st->alpha >> 8;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgm107.c904 const u32 alpha = grctx->alpha_nr; local
911 gf100_grctx_patch_wr32(chan, 0x405830, (attrib << 16) | alpha);
912 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
916 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
H A Dctxgk104.c930 bool alpha = atarget < btarget; local
938 if (alpha) {
957 alpha = !alpha;
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_plane.c97 format = LDBBSIFR_EN | ((state->alpha >> 8) << LDBBSIFR_LAY_SHIFT) |
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c194 "enable=%u, alpha=%u, age_jiffies=%u, thresh=(%u:%u)\n",
1072 u8 alpha; local
1120 alpha = IWL_MVM_FTM_INITIATOR_SMOOTH_ALPHA;
1122 rtt_avg = div_s64(alpha * rtt + (100 - alpha) * resp->rtt_avg, 100);
/linux-master/drivers/iio/adc/
H A Dcpcap-adc.c715 int i, result = 0, alpha; local
731 alpha = ((value - temp_map[i][0]) * 1000) /
735 ((alpha * (temp_map[i + 1][1] -
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_planes.c57 * This 4-entry look-up-table is used to determine the full 8-bit alpha value
58 * for formats with 1- or 2-bit alpha channels.
595 if ((new_plane_state->alpha != DRM_BLEND_ALPHA_OPAQUE) &&
791 u8 plane_alpha = new_state->alpha >> 8;
870 if (new_state->alpha != DRM_BLEND_ALPHA_OPAQUE) {
873 /* We only care about blend mode if the format has alpha */
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c298 /* alpha mode select - combo alpha */
304 /* alpha mode select - combo alpha */
312 /* alpha mode select - layer alpha */
332 u32 alpha = state->alpha; local
363 layer_reg_wr(ctx, REG_LAY_ALPHA, alpha, index);
561 /* create alpha propert
[all...]
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h774 * @alpha: Weight of central element of smoothing filter.
796 __u32 alpha:4; member in struct:ipu3_uapi_bnr_static_config_dn_detect_ctrl_config
2311 * struct ipu3_uapi_anr_alpha - Advanced noise reduction alpha
2361 * @alpha: using following defaults:
2397 struct ipu3_uapi_anr_alpha alpha[3]; member in struct:ipu3_uapi_anr_transform_config
2615 * alpha tuning parameters
2662 * @alpha: parameters for xnr3 alpha. See &ipu3_uapi_xnr3_alpha_params
2667 struct ipu3_uapi_xnr3_alpha_params alpha; member in struct:ipu3_uapi_isp_xnr3_params
/linux-master/drivers/video/fbdev/
H A Ds3c-fb.c31 * setting of the alpha-blending functions that each window has, so only
111 * @has_osd_alpha: Set if can change alpha transparency for a window.
285 /* 666 with one bit alpha/transparency */
404 * vidosd_set_alpha() - set alpha transparency for a window
407 * @alpha: alpha register value
409 static void vidosd_set_alpha(struct s3c_fb_win *win, u32 alpha) argument
414 writel(alpha, sfb->regs + VIDOSD_C(win->index, sfb->variant));
494 u32 alpha = 0; local
570 alpha
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c944 int alpha, i; local
946 /* nv11+ supports premultiplied (PM), or non-premultiplied (NPM) alpha
955 /* hw gets unhappy if alpha <= rgb values. for a PM image "less
957 * alpha channel (slightly inaccurate, but so is attempting to
960 alpha = pixel >> 24;
961 if (alpha > 0 && alpha < 255)
962 pixel = (pixel & 0x00ffffff) | ((alpha + 1) << 24);
/linux-master/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c474 rockchip_vpu981_av1_dec_get_shear_params(const u32 *params, s64 *alpha, argument
485 *alpha = clamp_val(mat[2] - (1 << WARPEDMODEL_PREC_BITS), S16_MIN, S16_MAX);
499 *alpha = AV1_DIV_ROUND_UP_POW2_SIGNED(*alpha, WARP_PARAM_REDUCE_BITS)
521 s64 alpha = 0, beta = 0, gamma = 0, delta = 0; local
538 &alpha, &beta, &gamma, &delta);
540 *(s16 *)dst = alpha;
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c193 * alpha blending, then bottom window is getting alpha value
194 * of 1 minus the sum of alpha components of the overlapping
203 * to the area if all of the windows on top of it have an alpha
208 if (state->blending[0].alpha &&
209 state->blending[1].alpha)
219 * Enable alpha blending if pixel format has an alpha
227 * top window has an alpha component, it is blended over the
231 if (state->blending[i].alpha
[all...]

Completed in 537 milliseconds

12345678910