Package Details: linux-drm-tip-docs-git 6.8.r1249554.18a9fefd9e05-1

Git Clone URL: https://aur.archlinux.org/linux-drm-tip-git.git (read-only, click to copy)
Package Base: linux-drm-tip-git
Description: Documentation for the Linux kernel with bleeding-edge GPU drivers kernel
Upstream URL: https://cgit.freedesktop.org/drm-tip
Keywords: amdgpu drm git intel iris kernel linux
Licenses: GPL2
Submitter: cdown
Maintainer: yurikoles
Last Packager: yurikoles
Votes: 6
Popularity: 0.000965
First Submitted: 2017-03-08 14:47 (UTC)
Last Updated: 2024-02-02 10:08 (UTC)

Dependencies (14)

Required by (0)

Sources (2)

Pinned Comments

yurikoles commented on 2019-06-07 08:08 (UTC) (edited on 2019-06-07 08:09 (UTC) by yurikoles)

PRs are welcome: https://github.com/yurikoles-aur/linux-drm-tip-git

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jghodd commented on 2020-05-30 19:42 (UTC) (edited on 2020-05-30 20:24 (UTC) by jghodd)

@yurikoles the issue is still there. reported at the link you provided - issue 1156 - https://gitlab.freedesktop.org/drm/amd/-/issues/1156

Edit: here's a patch to fix it.

001-amdkfd-drm_gem_object_put_unlocked.patch

--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c  2020-05-30 10:34:11.738183991 -0400
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c  2020-05-30 16:01:12.296946979 -0400
@@ -1354,7 +1354,7 @@
        }

        /* Free the BO*/
-       drm_gem_object_put_unlocked(&mem->bo->tbo.base);
+       drm_gem_object_put(&mem->bo->tbo.base);
        mutex_destroy(&mem->lock);
        kfree(mem);

jghodd commented on 2020-05-30 14:31 (UTC) (edited on 2020-05-30 14:36 (UTC) by jghodd)

@yurikoles thanks for the link. i worked around the issue by commenting out the AMDGPU option in the config file since what i really needed were the Intel modules anyway. i noticed that torvalds signed off on 5.7-rc7 a few days ago, so i presume that the build error has been fixed. i'll be doing a new build today with AMDGPU restored to config, so i guess i'll see if the problem is gone. cheers.

yurikoles commented on 2020-05-24 20:09 (UTC)

@jghodd sorry for outdated info. The new bug tracker is here: https://gitlab.freedesktop.org/drm/amd

jghodd commented on 2020-05-21 10:26 (UTC)

@yurikoles i'm unable to create a new bug at https://bugs.freedesktop.org/ - the message "freedesktop.org Bugzilla is no longer in use" is displayed prominently across the page. https://lists.freedesktop.org/archives/amd-gfx/ does not have this build error in its archive. the alternative listed at https://bugs.freedesktop.org, https://gitlab.freedesktop.org/, does not have this project and its search function turns up nothing. your other project, linux-drm-intel-next-git is also not building with another "cc1: warnings being treated as errors" message.

i have to assume that the developers must be doing builds along the way as source is being merged in. how are they not finding these build errors?

yurikoles commented on 2020-05-20 17:40 (UTC)

Please report this on https://bugs.freedesktop.org/ and https://lists.freedesktop.org/archives/amd-gfx/

jghodd commented on 2020-05-20 17:37 (UTC)

Getting a build error for the past 2 days. Done multiple build attempts:

drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function ‘amdgpu_amdkfd_gpuvm_free_memory_of_gpu’: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1357:2: error: implicit declaration of function ‘drm_gem_object_put_unlocked’; did you mean ‘drm_gem_object_put_locked’? [-Werror=implicit-function-declaration] 1357 | drm_gem_object_put_unlocked(&mem->bo->tbo.base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | drm_gem_object_put_locked cc1: some warnings being treated as errors

jghodd commented on 2020-05-18 16:13 (UTC) (edited on 2020-05-19 00:11 (UTC) by jghodd)

The more recent builds no longer boot. It gets past the grub menu to loading initrd, then just hangs. Any ideas?

Edit: apparently, the fix for this issue is in 5.7-rc6 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a9a3ed1eff3601b63aea4fb462d8b3b92c7c1e7e)

yurikoles commented on 2020-04-10 07:57 (UTC)

Build currently broken due to https://github.com/sphinx-doc/sphinx/issues/7421

jghodd commented on 2020-04-07 17:26 (UTC) (edited on 2020-04-08 02:27 (UTC) by jghodd)

FYI. the build is broken because of this:

https://github.com/sphinx-doc/sphinx/issues/7421

Edit: have to downgrade python-sphinx to 2.4.4. v3.0.0 not working