All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <christian.koenig-5C7GfCeVMHo@public.gmane.org>
To: dmarkh-3tLf1voIkJTQT0dZR+AlfA@public.gmane.org,
	markh-n2QNKt385d+sTnJN9+BGXg@public.gmane.org,
	nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [BUG][NOUVEAU] G70 broken since 5.10-rc1
Date: Thu, 26 Nov 2020 14:01:01 +0100	[thread overview]
Message-ID: <22bdd617-abda-6014-55d9-1677066641ca@amd.com> (raw)
In-Reply-To: <1d85e515-4d9c-30ec-c69b-217dacc1fa51-3tLf1voIkJTQT0dZR+AlfA@public.gmane.org>

Am 26.11.20 um 13:57 schrieb Mark Hounschell:
> On 11/26/20 7:41 AM, Christian König wrote:
>> Hi Mark,
>>
>> Am 26.11.20 um 13:26 schrieb Mark Hounschell:
>>> On 11/26/20 7:05 AM, Christian König wrote:
>>>> Hi Mark,
>>>>
>>>> Am 26.11.20 um 10:59 schrieb Mark Hounschell:
>>>>> On 11/26/20 3:35 AM, Christian König wrote:
>>>>>>> I'm running an older "NVIDIA Corporation G70 [GeForce 7800 GT] 
>>>>>>> (rev a1)" card in a newer BIOSTAR B550GTA MB. Kernel 5.10-rcx 
>>>>>>> does not work. I get no virtual consoles or X screen.
>>>>
>>>> thanks for the dmesg.
>>>>
>>>> Problem is I don't have the slightest idea what's going wrong here :)
>>>>
>>>> The code should be functional identical, it was just moved from TTM 
>>>> to nouveau, so we are missing some detail in the handling.
>>>>
>>>> Can you run the following test for me: First you need to disable 
>>>> loading of the nouveau kernel module by adding 
>>>> modprobe.blacklist=nouveau to the kernel command line.
>>>>
>>>> Then log into the system over the network and run the following 
>>>> commands:
>>>>
>>>> sudo modprobe ttm
>>>> sudo bash -c "echo 'ttm_bo_kmap' > 
>>>> /sys/kernel/debug/tracing/set_graph_function"
>>>> sudo bash -c "echo function_graph > 
>>>> /sys/kernel/debug/tracing/current_tracer"
>>>> sudo modprobe nouveau
>>>> sudo bash -c "cat /sys/kernel/debug/tracing/trace" > trace.log
>>>>
>>>> Please then send me the resulting trace.log file so that I can 
>>>> investigate why mapping the framebuffer fails during driver load.
>>>>
>>>> Thanks in advance,
>>>> Christian.
>>>
>>> I hope this is what you need. I do normally turn off a lot of debug 
>>> features. Let me know if I need to change the kernel config.
>>
>> It was not what I had expected but it pointed me in the right 
>> direction. I think I've found the problem, it's just an uninitialized 
>> return value for your hardware generation.
>>
>> Please try the attached patch and let me know if it fixes the problem.
>>
>> Thanks in advance,
>> Christian.
>
> Yep, that fixed it.  -rc6?

If I get an rb today then yes, otherwise it might end up in -rc7 next week.

Any objection if I add an Reported-and-Tested-by: Mark Hounschell 
<dmarkh@cfl.rr.com> ?

Thanks for the help,
Christian.

>
> Thanks
> Mark
>

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

  parent reply	other threads:[~2020-11-26 13:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 22:16 [BUG][NOUVEAU] G70 broken since 5.10-rc1 Mark Hounschell
     [not found] ` <db0e5f78-8271-24b5-62f6-5473f69ac8d6-n2QNKt385d+sTnJN9+BGXg@public.gmane.org>
2020-11-26  8:35   ` Christian König
     [not found]     ` <c2ee46af-79a8-9a07-b12d-b755017ee500-5C7GfCeVMHo@public.gmane.org>
2020-11-26  9:59       ` Mark Hounschell
     [not found]         ` <aa4e3741-b1b2-4ae2-6b35-880b40c985c8-n2QNKt385d+sTnJN9+BGXg@public.gmane.org>
2020-11-26 12:05           ` Christian König
     [not found]             ` <3f22c4f6-83fd-ef11-ba1d-bc85d6a0d557@cfl.rr.com>
     [not found]               ` <3f22c4f6-83fd-ef11-ba1d-bc85d6a0d557-3tLf1voIkJTQT0dZR+AlfA@public.gmane.org>
2020-11-26 12:41                 ` Christian König
     [not found]                   ` <47ab20f6-dc56-8ade-29b6-f8fc684628d3-5C7GfCeVMHo@public.gmane.org>
2020-11-26 12:57                     ` Mark Hounschell
     [not found]                       ` <1d85e515-4d9c-30ec-c69b-217dacc1fa51-3tLf1voIkJTQT0dZR+AlfA@public.gmane.org>
2020-11-26 13:01                         ` Christian König [this message]
     [not found]                           ` <22bdd617-abda-6014-55d9-1677066641ca-5C7GfCeVMHo@public.gmane.org>
2020-11-26 13:17                             ` Mark Hounschell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=22bdd617-abda-6014-55d9-1677066641ca@amd.com \
    --to=christian.koenig-5c7gfcevmho@public.gmane.org \
    --cc=dmarkh-3tLf1voIkJTQT0dZR+AlfA@public.gmane.org \
    --cc=markh-n2QNKt385d+sTnJN9+BGXg@public.gmane.org \
    --cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.