Displaying 3 results from an estimated 3 matches for "nvkm_".
Did you mean:
nvkm
2023 Oct 11
1
[PATCH] drm/nouveau/disp: fix DP capable DSM connectors
...1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c
index 46b057fe1412e..3249e5c1c8930 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c
@@ -62,6 +62,18 @@ nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits)
return object->client->event(token, &args, sizeof(args.v0));
}
+static bool
+nvkm_connector_is_dp_dms(u8 type)
+{
+ switch (type) {
+ case DCB_CONNECTOR_DMS59_DP0:
+ case DCB_CONNECTOR_DMS59_DP1:
+ return true;
+ defa...
2023 Aug 17
1
[PATCH] drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create
On Thu, Aug 17, 2023 at 12:11?PM Borislav Petkov <bp at alien8.de> wrote:
>
> On Thu, Aug 17, 2023 at 12:00:47PM +0200, Karol Herbst wrote:
> > btw, what would help is to know where `nvkm_uconn_uevent` actually
> > fails, or rather, are you running into this "/* TODO: support DP IRQ
> > on ANX9805 and remove this hack. */" condition?
>
> Send me a diff, I'll run it here and catch output over serial.
>
simply throw a
printk(KERN_WARNING "nvkm_...
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
...unused public functions static
volt/gk20a: constify and name v_scale
volt/gk20a: rename constructor
volt/gm20b: add support for vmin parameter
clk/gk20a: properly protect macro argument
clk/gk20a: setup slide once during init
clk/gk20a: reorganize MNP calculation a bit
clk/gk20a: use nvkm_ functions in slide()
clk/gk20a: add and use MNP programming functions
clk/gk20a: parameterize PLL settings
clk/gk20a: factorize n_lo computation code
clk/gk20a: improve MNP programming
clk/gk20a: rename constructor
clk/gm20b: add glitchless and DFS support
drm/nouveau/include/nvkm/cor...