lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 25 Jul 2023 08:10:39 +0200
From:   Luna Jernberg <droidbittin@...il.com>
To:     Mark Dymek <mark@...ek.me>, Luna Jernberg <droidbittin@...il.com>
Cc:     huzhi001@...suo.com, bskeggs@...hat.com, kherbst@...hat.com,
        lyude@...hat.com, airlied@...il.com, daniel@...ll.ch,
        nouveau@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
        dri-devel@...ts.freedesktop.org
Subject: Re: [Nouveau] [PATCH] drm/nouveau/fifo:Fix Nineteen occurrences of
 the gk104.c error: ERROR: space prohibited before that ':' (ctx:WxW) ERROR:
 trailing statements should be on next line ERROR: space prohibited before
 that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR:
 space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should
 be on next line ERROR: trailing statements should be on next line ERROR:
 space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should
 be on next line ERROR: space prohibited before that ':' (ctx:WxW) ERROR:
 trailing statements should be on next line ERROR: space prohibited before
 that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR:
 space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should
 be on next line ERROR: space prohibited before that ':' (ctx:WxE) ERROR:
 space prohibited before that ':' (ctx:WxE) ERROR: trailing statements should
 be on next line ERROR: trail

You can unsubscribe here: https://lists.freedesktop.org/mailman/listinfo/nouveau

Den mån 24 juli 2023 kl 19:16 skrev Mark Dymek <mark@...ek.me>:
>
> not sure how i got signed up for this and i don’t see a way to unsubscribe. this is flooding my email with things i don’t care about.
>
> On Fri, Jul 14, 2023, at 1:14 AM, huzhi001@...suo.com wrote:
>
> Signed-off-by: ZhiHu <huzhi001@...suo.com>
> ---
>   .../gpu/drm/nouveau/nvkm/engine/fifo/gk104.c  | 40 ++++++++++++++-----
>   1 file changed, 29 insertions(+), 11 deletions(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
> b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
> index d8a4d773a58c..b99e0a7c96bb 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
> @@ -137,15 +137,29 @@ gk104_ectx_bind(struct nvkm_engn *engn, struct
> nvkm_cctx *cctx, struct nvkm_chan
>       u64 addr = 0ULL;
>
>       switch (engn->engine->subdev.type) {
> -    case NVKM_ENGINE_SW    : return;
> -    case NVKM_ENGINE_GR    : ptr0 = 0x0210; break;
> -    case NVKM_ENGINE_SEC   : ptr0 = 0x0220; break;
> -    case NVKM_ENGINE_MSPDEC: ptr0 = 0x0250; break;
> -    case NVKM_ENGINE_MSPPP : ptr0 = 0x0260; break;
> -    case NVKM_ENGINE_MSVLD : ptr0 = 0x0270; break;
> -    case NVKM_ENGINE_VIC   : ptr0 = 0x0280; break;
> -    case NVKM_ENGINE_MSENC : ptr0 = 0x0290; break;
> -    case NVKM_ENGINE_NVDEC :
> +    case NVKM_ENGINE_SW:
> +        return;
> +    case NVKM_ENGINE_GR:
> +        ptr0 = 0x0210;
> +        break;
> +    case NVKM_ENGINE_SEC:
> +        ptr0 = 0x0220;
> +        break;
> +    case NVKM_ENGINE_MSPDEC:
> +        ptr0 = 0x0250;
> +        break;
> +    case NVKM_ENGINE_MSPPP:
> +        ptr0 = 0x0260;
> +        break;
> +    case NVKM_ENGINE_MSVLD:
> +        ptr0 = 0x0270;
> +        break;
> +    case NVKM_ENGINE_VIC:
> +        ptr0 = 0x0280; break;
> +    case NVKM_ENGINE_MSENC:
> +        ptr0 = 0x0290;
> +        break;
> +    case NVKM_ENGINE_NVDEC:
>           ptr1 = 0x0270;
>           ptr0 = 0x0210;
>           break;
> @@ -435,8 +449,12 @@ gk104_runl_commit(struct nvkm_runl *runl, struct
> nvkm_memory *memory, u32 start,
>       int target;
>
>       switch (nvkm_memory_target(memory)) {
> -    case NVKM_MEM_TARGET_VRAM: target = 0; break;
> -    case NVKM_MEM_TARGET_NCOH: target = 3; break;
> +    case NVKM_MEM_TARGET_VRAM:
> +        target = 0;
> +        break;
> +    case NVKM_MEM_TARGET_NCOH:
> +        target = 3;
> +        break;
>       default:
>           WARN_ON(1);
>           return;
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ