bugzilla-daemon at freedesktop.org
2019-Jul-23 09:38 UTC
[Nouveau] [Bug 111199] New: Bug in dither.depth property set
https://bugs.freedesktop.org/show_bug.cgi?id=111199
Bug ID: 111199
Summary: Bug in dither.depth property set
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: max.kammerer at yahoo.com
QA Contact: xorg-team at lists.x.org
There is probably a bug in dither.depth property set cause its value compared
with dither.mode:
//nouveau_connector.c
if (property == disp->dithering_mode) {
if (asyc->dither.mode != val) {
asyc->dither.mode = val;
asyc->set.dither = true;
}
} else
if (property == disp->dithering_depth) {
if (asyc->dither.mode != val) { //Should be dither.depth
asyc->dither.depth = val;
asyc->set.dither = true; //triggers dithering regardless of
dither.mode
set above. Copy/Paste from above? Should be removed?
}
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20190723/f840b5bc/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-23 10:22 UTC
[Nouveau] [Bug 111199] Bug in dither.depth property set: Value compared to dither.mode instead of dither.depth
https://bugs.freedesktop.org/show_bug.cgi?id=111199
Andre Klapper <a9016009 at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug in dither.depth |Bug in dither.depth
|property set |property set: Value
| |compared to dither.mode
| |instead of dither.depth
Keywords| |janitor
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20190723/5cabaff8/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Dec-04 09:50 UTC
[Nouveau] [Bug 111199] Bug in dither.depth property set: Value compared to dither.mode instead of dither.depth
https://bugs.freedesktop.org/show_bug.cgi?id=111199
Martin Peres <martin.peres at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |MOVED
Status|NEW |RESOLVED
--- Comment #1 from Martin Peres <martin.peres at free.fr> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/496.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20191204/fad2c190/attachment.html>
Maybe Matching Threads
- [PATCH 4/9] drm/nouveau/kms/nv50-: Fix disabling dithering
- [RFC v3 06/11] drm/nouveau/kms/nv50-: Fix disabling dithering
- [RFC v4 07/12] drm/nouveau/kms/nv50-: Fix disabling dithering
- [PATCH AUTOSEL 5.8 17/64] drm/nouveau/kms/nv50-: Fix disabling dithering
- [PATCH AUTOSEL 5.7 16/60] drm/nouveau/kms/nv50-: Fix disabling dithering