search for: kms

Displaying 20 results from an estimated 943 matches for "kms".

Did you mean: kmo
2020 Feb 13
1
[PATCH 1/4] drm/nouveau/kms/nv50-: Probe SOR caps for DP interlacing support
...ed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.5.3, v5.4.19, v4.19.103, v4.14.170, v4.9.213, v4.4.213. v5.5.3: Failed to apply! Possible dependencies: 5ff0cb1ce253 ("drm/nouveau/kms/nv50-: Use less encoders by making mstos per-head") v5.4.19: Failed to apply! Possible dependencies: 5ff0cb1ce253 ("drm/nouveau/kms/nv50-: Use less encoders by making mstos per-head") v4.19.103: Failed to apply! Possible dependencies: 5e292e7646ef ("drm/nouveau: Remove...
2020 Feb 12
8
[PATCH 0/4] drm/nouveau: DP interlace fixes
...to reject interlaced modes on hardware that can't actually handle it. Additionally for MST, since we accomplish this by simply reusing more of the SST mode validation we also get (some) basic bw validation for modes we detect on MST connectors completely for free. Lyude Paul (4): drm/nouveau/kms/nv50-: Probe SOR caps for DP interlacing support drm/nouveau/kms/gv100-: Add support for interlaced modes drm/nouveau/kms/nv50-: Move 8BPC limit for MST into nv50_mstc_get_modes() drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST drivers/gpu/drm/nouveau/dispnv50/disp.c...
2020 Aug 06
3
[PATCH] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
...00000000 0000508c 0000102b This is magic nvidia speak for "You need to have the DMA notifier offset programmed before you can call NV507D_GET_CAPABILITIES." So, let's fix this by doing that. Signed-off-by: Lyude Paul <lyude at redhat.com> Fixes: 4a2cb4181b07 ("drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support") Cc: <stable at vger.kernel.org> # v5.8+ --- drivers/gpu/drm/nouveau/dispnv50/core507d.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/core507d.c b/drivers/gpu...
2009 Dec 09
2
Kerio Mail Server - anyone?
Hey guys, I'm trying to install the latest Kerio and it seems to want an older version of libstdc++ which I cannot find anywhere in RPM land (sorry, but I just know gmail is going to mangle this on its way out ) [root at localhost ~]# rpm --install /home/amckay/kerio-kms-6.7.3-7892.linux.i386.rpm error: Failed dependencies: libstdc++.so.5 is needed by kerio-kms-6.7.3-7892.linux.i386 libstdc++.so.5(CXXABI_1.2) is needed by kerio-kms-6.7.3-7892.linux.i386 libstdc++.so.5(GLIBCPP_3.2) is needed by kerio-kms-6.7.3-7892.linux.i386 libstdc++.so.5(GLIBCPP_3.2.2) is nee...
2009 May 23
3
pre-nv50 KMS
Hi, all I'm trying to implement kms for pre-nv50 in last cuples of days. My current work[1] is based on the code of nv50 kms & ddx. Basicly, I just blindly port the code to kernel land :). I think I'm getting very close to working state, but it still doesn't work. Current state: 1) vbios parser is synced with ddx 2) i2c...
2020 Aug 07
4
[PATCH v2 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
...nd also perform an update afterwards to prevent racing with the GPU when reading capabilities. Changes since v1: * Don't just program the DMA notifier offset, make sure to actually perform an update Signed-off-by: Lyude Paul <lyude at redhat.com> Fixes: 4a2cb4181b07 ("drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support") Cc: <stable at vger.kernel.org> # v5.8+ --- drivers/gpu/drm/nouveau/dispnv50/core507d.c | 22 +++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/core507d.c b/dr...
2020 Feb 25
0
[PATCH 0/3] Add separate non-KMS state; constify struct drm_driver
On Tue, Feb 25, 2020 at 04:58:59PM +0100, Thomas Zimmermann wrote: > This patchset moves legacy, non-KMS driver state from struct drm_driver > into struct drm_legacy_state. Only non-KMS drivers provide an instance > of the latter structure. One special case is nouveau, which supports > legacy interfaces. It also provides an instance of the legacy state if > the legacy interfaces have been...
2020 Feb 26
1
[PATCH 0/3] Add separate non-KMS state; constify struct drm_driver
Hi Am 25.02.20 um 18:44 schrieb Daniel Vetter: > On Tue, Feb 25, 2020 at 04:58:59PM +0100, Thomas Zimmermann wrote: >> This patchset moves legacy, non-KMS driver state from struct drm_driver >> into struct drm_legacy_state. Only non-KMS drivers provide an instance >> of the latter structure. One special case is nouveau, which supports >> legacy interfaces. It also provides an instance of the legacy state if >> the legacy inter...
2020 Feb 12
2
[PATCH] drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets
...[INVALID_STATE] mthd 0200 data 00000001 code 0000002d) So, fix this by always re-programming the LUT if we're clearing it in a state where the wndw is still visible, and has a XLUT handle programmed. Signed-off-by: Lyude Paul <lyude at redhat.com> Fixes: facaed62b4cb ("drm/nouveau/kms/gv100: initial support") Cc: <stable at vger.kernel.org> # v4.18+ --- drivers/gpu/drm/nouveau/dispnv50/wndw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/dispnv50/wndw.c b/drivers/gpu/drm/nouveau/dispnv50/wndw.c index 890315291b01..bb737f9281e6 100644 -...
2020 Feb 25
1
[PATCH 1/3] drm: Add separate state structure for legacy, non-KMS drivers
Hi Thomas, On Tuesday, 25 February 2020, Thomas Zimmermann <tzimmermann at suse.de> wrote: > Non-KMS drivers store state in struct drm_driver. This bloats the > structure for KMS drivers and prevents it from being declared with > 'static const' qualifiers. Moving the non-KMS state into a separate > data structure resolves this. > > Have you considered subclassing the const d...
2009 Mar 24
2
KMS instructions
...5' and 19'). In my last build, randr stopped to work. If I change resolution/rotate/span a screen, xorg crashes. I wrote a simple script to update nouveau, build and install. I'm attaching it. Feel free to do anything with it. I didn't find any instructions in the wiki how to test KMS. Maybe my problems are related to some tests on KMS side. Is there someone with the knowledge and will to add the instructions? Thanks, -- Luiz Angelo Daros de Luca luizluca at gmail.com ICQ: 19290419 I Know, "Where you wanted to go today", but I decide...
2010 Jan 06
3
Removal of Non-KMS support
I did a very quick pass at removing all the non-KMS support from the DDX. It's tested on G80 but nowhere else currently, I thought some discussion would be a good idea rather than just ripping it out :) The non-KMS paths are messy, and lets face it, rotting badly. IMO the KMS code is stable enough now that we can continue without the UMS crut...
2018 Jul 24
2
Volume Activation with Samba AD
Hello Christian, > what I meant is not acting as a KMS server but something new Microsoft > introduced. In windows 10 the tool vor managing Volume Licences asks if > you have a KMS server or if you want to use AD for activating the > software. I haven't tried it yet as I would need to setup a test > environment. > So I asked here to...
2009 Mar 25
4
[Bug 20860] New: 2D part problems + KMS on NV96
http://bugs.freedesktop.org/show_bug.cgi?id=20860 Summary: 2D part problems + KMS on NV96 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org R...
2023 May 04
0
[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
...r in the kernel but they all require significant changes to userspace, > > > > > that go > > > > > way beyond "attach hotspot info to this plane". I'd like to avoid approaches > > > > > that > > > > > mean running with atomic kms requires completely separate paths for virtualized > > > > > drivers because no one will ever support and maintain it. > > > > > > > > > > It's not a trivial thing because it's fundamentally hard to untangle the fact > > > > > the...
2009 Jun 09
19
[Bug 22179] New: [KMS] Black screen with KMS enabled
http://bugs.freedesktop.org/show_bug.cgi?id=22179 Summary: [KMS] Black screen with KMS enabled Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freede...
2023 May 04
0
[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
...rtualized drivers while adding > > > > > > a foundation on top of which it's possible to special case mouse cursor > > > > > > planes for clients that want it. > > > > > > > > > > > > Disabling the cursor planes makes some kms compositors which were broken, > > > > > > e.g. Weston, fallback to software cursor which works fine or at least > > > > > > better than currently while having no effect on others, e.g. gnome-shell > > > > > > or kwin, which put virtualized driv...
2018 Jul 24
1
Volume Activation with Samba AD
On Tue, 2018-07-24 at 19:15 +0200, Christian Naumer wrote: > Am 24.07.2018 um 18:34 schrieb Thomas Glanzmann: > > Hello Christian, > > > > > what I meant is not acting as a KMS server but something new Microsoft > > > introduced. In windows 10 the tool vor managing Volume Licences asks if > > > you have a KMS server or if you want to use AD for activating the > > > software. I haven't tried it yet as I would need to setup a test > > &g...
2014 Mar 10
1
[PATCH] drm/nouveau: print a message when KMS is disabled
Signed-off-by: Pierre Moreau <pierre.morrow at free.fr> --- If KMS is disabled, Nouveau will now announce in the logs that it won't load. (Adding Nouveau list as recipient.) drivers/gpu/drm/nouveau/nouveau_drm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm....
2012 Oct 19
6
[Bug 56202] New: [regression][kms] Clock rework causes kms boot regression for NV4E (v3.7-rc1, 3.6+nouveau)
https://bugs.freedesktop.org/show_bug.cgi?id=56202 Priority: medium Bug ID: 56202 Assignee: nouveau at lists.freedesktop.org Summary: [regression][kms] Clock rework causes kms boot regression for NV4E (v3.7-rc1, 3.6+nouveau) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: ronald645 at gmail.com Hardware: x86-6...