Home
last modified time | relevance | path

Searched hist:f844eb485eb056ad3b67e49f95cbc6c685a73db4 (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase827c.cdiff fd55b61ebd31449549e14c33574825d64de2b29b Thu Jan 21 15:27:36 CET 2021 Bastian Beranek <bastian.beischer@rwth-aachen.de> drm/nouveau/dispnv50: Restore pushing of all data.

Commit f844eb485eb056ad3b67e49f95cbc6c685a73db4 introduced a regression for
NV50, which lead to visual artifacts, tearing and eventual crashes.

In the changes of f844eb485eb056ad3b67e49f95cbc6c685a73db4 only the first line
was correctly translated to the new NVIDIA header macros:

- PUSH_NVSQ(push, NV827C, 0x0110, 0,
- 0x0114, 0);
+ PUSH_MTHD(push, NV827C, SET_PROCESSING,
+ NVDEF(NV827C, SET_PROCESSING, USE_GAIN_OFS, DISABLE));

The lower part ("0x0114, 0") was probably omitted by accident.

This patch restores the push of the missing data and fixes the regression.

Signed-off-by: Bastian Beranek <bastian.beischer@rwth-aachen.de>
Fixes: f844eb485eb05 ("drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()")
Link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/14
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
diff fd55b61ebd31449549e14c33574825d64de2b29b Thu Jan 21 15:27:36 CET 2021 Bastian Beranek <bastian.beischer@rwth-aachen.de> drm/nouveau/dispnv50: Restore pushing of all data.

Commit f844eb485eb056ad3b67e49f95cbc6c685a73db4 introduced a regression for
NV50, which lead to visual artifacts, tearing and eventual crashes.

In the changes of f844eb485eb056ad3b67e49f95cbc6c685a73db4 only the first line
was correctly translated to the new NVIDIA header macros:

- PUSH_NVSQ(push, NV827C, 0x0110, 0,
- 0x0114, 0);
+ PUSH_MTHD(push, NV827C, SET_PROCESSING,
+ NVDEF(NV827C, SET_PROCESSING, USE_GAIN_OFS, DISABLE));

The lower part ("0x0114, 0") was probably omitted by accident.

This patch restores the push of the missing data and fixes the regression.

Signed-off-by: Bastian Beranek <bastian.beischer@rwth-aachen.de>
Fixes: f844eb485eb05 ("drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()")
Link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/14
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
diff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dbase507c.cdiff fd55b61ebd31449549e14c33574825d64de2b29b Thu Jan 21 15:27:36 CET 2021 Bastian Beranek <bastian.beischer@rwth-aachen.de> drm/nouveau/dispnv50: Restore pushing of all data.

Commit f844eb485eb056ad3b67e49f95cbc6c685a73db4 introduced a regression for
NV50, which lead to visual artifacts, tearing and eventual crashes.

In the changes of f844eb485eb056ad3b67e49f95cbc6c685a73db4 only the first line
was correctly translated to the new NVIDIA header macros:

- PUSH_NVSQ(push, NV827C, 0x0110, 0,
- 0x0114, 0);
+ PUSH_MTHD(push, NV827C, SET_PROCESSING,
+ NVDEF(NV827C, SET_PROCESSING, USE_GAIN_OFS, DISABLE));

The lower part ("0x0114, 0") was probably omitted by accident.

This patch restores the push of the missing data and fixes the regression.

Signed-off-by: Bastian Beranek <bastian.beischer@rwth-aachen.de>
Fixes: f844eb485eb05 ("drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()")
Link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/14
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
diff fd55b61ebd31449549e14c33574825d64de2b29b Thu Jan 21 15:27:36 CET 2021 Bastian Beranek <bastian.beischer@rwth-aachen.de> drm/nouveau/dispnv50: Restore pushing of all data.

Commit f844eb485eb056ad3b67e49f95cbc6c685a73db4 introduced a regression for
NV50, which lead to visual artifacts, tearing and eventual crashes.

In the changes of f844eb485eb056ad3b67e49f95cbc6c685a73db4 only the first line
was correctly translated to the new NVIDIA header macros:

- PUSH_NVSQ(push, NV827C, 0x0110, 0,
- 0x0114, 0);
+ PUSH_MTHD(push, NV827C, SET_PROCESSING,
+ NVDEF(NV827C, SET_PROCESSING, USE_GAIN_OFS, DISABLE));

The lower part ("0x0114, 0") was probably omitted by accident.

This patch restores the push of the missing data and fixes the regression.

Signed-off-by: Bastian Beranek <bastian.beischer@rwth-aachen.de>
Fixes: f844eb485eb05 ("drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()")
Link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/14
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
diff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dovly907e.cdiff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dovly827e.cdiff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dovly507e.cdiff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dbase907c.cdiff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dwndwc37e.cdiff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dwndwc57e.cdiff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dwndw.cdiff f844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
/linux/drivers/gpu/drm/nouveau/include/nvhw/class/
H A Dcl827c.hf844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dcl907e.hf844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
H A Dcl507e.hf844eb485eb056ad3b67e49f95cbc6c685a73db4 Sat Jun 20 05:08:47 CEST 2020 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>