[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

Pietro Pesci Feltri  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #7 from Pietro Pesci Feltri  ---
The problem appear in machines containing Southern Islands cards and Sea
Islands cards.

As stated in
https://wiki.archlinux.org/index.php/AMDGPU#Selecting_the_right_driver

The parameters must be added to the kernel but the parameters depend on
what cart you have installed in the case the card is Southern Islands
**or** Sea Islands.

For Southern Islands parameters are: radeon.si_support=0 amdgpu.si_support=1
For Sea Islands parameters are: radeon.cik_support=0 amdgpu.cik_support=1

but not all parameters, or you will end with a frozen display during the boot
as in
my case

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

--- Comment #6 from Pietro Pesci Feltri  ---
Problem solved :).

As stated in
https://wiki.archlinux.org/index.php/AMDGPU#Selecting_the_right_driver

The parameters must be added to the kernel but the parameters depend on
what cart you have installed in the case the card is Southern Islands
**or** Sea Islands.

For Southern Islands parameters are: radeon.si_support=0 amdgpu.si_support=1
For Sea Islands parameters are: radeon.cik_support=0 amdgpu.cik_support=1

but not both, or you will end with a frozen display during the boot as in
my case.

I hope this help others.

On Sat, Feb 17, 2018 at 12:56 AM, Pietro Pesci Feltri 
wrote:

> I add the parameters manually pressing "e" in the grub menu 2 days ago.
> One hour later the initialization process was not ended.
> I was forced to reboot the machine.
>
> Anyway thanks.
>
>
>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

--- Comment #5 from Pietro Pesci Feltri  ---
I add the parameters manually pressing "e" in the grub menu 2 days ago. One
hour later the initialization process was not ended.
I was forced to reboot the machine.

Anyway thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

Bas Nieuwenhuizen  changed:

   What|Removed |Added

   Severity|critical|normal

--- Comment #4 from Bas Nieuwenhuizen  ---
Looks like you need to call grub2-mkconfig with an argument. Looking at the
wiki it should be 

grub2-mkconfig -o /boot/grub2/grub.cfg

(https://fedoraproject.org/wiki/GRUB_2)

Could you try that.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

--- Comment #3 from Pietro Pesci Feltri  ---
BTW:
uname -a
Linux xx.dsl.cantv.net 4.14.16-300.fc27.x86_64 #1 SMP Wed
Jan 31 19:24:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux



On Tue, Feb 13, 2018 at 9:57 AM, Pietro Pesci Feltri 
wrote:

> OpenGL renderer string: AMD BONAIRE (DRM 2.50.0 / 4.14.16-300.fc27.x86_64,
> LLVM 5.0.0)
>
> I changed the file /etc/default/gub to:
>
> cat /etc/default/grub
> GRUB_TIMEOUT=5
> GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
> GRUB_DEFAULT=saved
> GRUB_DISABLE_SUBMENU=true
> GRUB_TERMINAL_OUTPUT="console"
> GRUB_CMDLINE_LINUX="rhgb quiet radeon.si_support=0 radeon.cik_support=0
> amdgpu.si_support=1 amdgpu.cik_support=1"
> GRUB_DISABLE_RECOVERY="true"
>
> and ran:
> sudo grub2-mkconfig
> reboot
>
> Same result.
>
> On Tue, Feb 13, 2018 at 5:01 AM,  wrote:
>
>> Bas Nieuwenhuizen  changed bug 105068
>> 
>> What Removed Added
>> Status NEW NEEDINFO
>>
>> *Comment # 1  on
>> bug 105068  from Bas
>> Nieuwenhuizen  *
>>
>> What does
>>
>> glxinfo | grep "OpenGL renderer string"
>>
>> say? If DRM version is < 3.0.0, you should make sure your kernel is at least
>> 4.13 and then add
>>
>> radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1
>> amdgpu.cik_support=1
>>
>> to the kernel commandline.
>>
>> --
>> You are receiving this mail because:
>>
>>- You reported the bug.
>>
>>
>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

--- Comment #2 from Pietro Pesci Feltri  ---
OpenGL renderer string: AMD BONAIRE (DRM 2.50.0 / 4.14.16-300.fc27.x86_64,
LLVM 5.0.0)

I changed the file /etc/default/gub to:

cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet radeon.si_support=0 radeon.cik_support=0
amdgpu.si_support=1 amdgpu.cik_support=1"
GRUB_DISABLE_RECOVERY="true"

and ran:
sudo grub2-mkconfig
reboot

Same result.

On Tue, Feb 13, 2018 at 5:01 AM,  wrote:

> Bas Nieuwenhuizen  changed bug 105068
> 
> What Removed Added
> Status NEW NEEDINFO
>
> *Comment # 1  on
> bug 105068  from Bas
> Nieuwenhuizen  *
>
> What does
>
> glxinfo | grep "OpenGL renderer string"
>
> say? If DRM version is < 3.0.0, you should make sure your kernel is at least
> 4.13 and then add
>
> radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1
> amdgpu.cik_support=1
>
> to the kernel commandline.
>
> --
> You are receiving this mail because:
>
>- You reported the bug.
>
>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

Bas Nieuwenhuizen  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Bas Nieuwenhuizen  ---
What does 

glxinfo | grep "OpenGL renderer string"

say? If DRM version is < 3.0.0, you should make sure your kernel is at least
4.13 and then add 

radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1
amdgpu.cik_support=1

to the kernel commandline.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

leigh scott  changed:

   What|Removed |Added

   See Also||https://github.com/KhronosG
   ||roup/Vulkan-LoaderAndValida
   ||tionLayers/issues/2152

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 105068] vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED

2018-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105068

Bug ID: 105068
   Summary: vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED
   Product: Mesa
   Version: 17.2
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: critical
  Priority: medium
 Component: Drivers/Vulkan/radeon
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: ppe...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org

On Fedora 27, with mesa-vulkan-drivers-17.2.4-3.fc27.x86_64 installed, the
output in vulkaninfo is:

===
VULKAN INFO
===

Vulkan API Version: 1.0.65

WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/explicit_layer.d/VkLayer_object_tracker.json - The file has
already been read once
WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/explicit_layer.d/VkLayer_core_validation.json - The file has
already been read once
WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/explicit_layer.d/VkLayer_threading.json - The file has
already been read once
WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/explicit_layer.d/VkLayer_standard_validation.json - The file
has already been read once
WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/explicit_layer.d/VkLayer_parameter_validation.json - The file
has already been read once
WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/explicit_layer.d/VkLayer_unique_objects.json - The file has
already been read once
WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/icd.d/radeon_icd.x86_64.json - The file has already been read
once
WARNING: [loader] Code 0 : Skipping manifest file
/usr/share/vulkan/icd.d/intel_icd.x86_64.json - The file has already been read
once

Instance Extensions:

Instance Extensions count = 9
VK_KHR_surface  : extension revision 25
VK_KHR_xcb_surface  : extension revision  6
VK_KHR_xlib_surface : extension revision  6
VK_KHR_wayland_surface  : extension revision  6
VK_KHR_get_physical_device_properties2: extension revision  1
VK_KHR_external_memory_capabilities : extension revision  1
VK_KHR_external_semaphore_capabilities: extension revision  1
VK_KHR_get_surface_capabilities2: extension revision  1
VK_EXT_debug_report : extension revision  9
/builddir/build/BUILD/Vulkan-LoaderAndValidationLayers-sdk-1.0.65.2/demos/vulkaninfo.c:1670:
failed with VK_ERROR_INITIALIZATION_FAILED

using;
export VK_LOADER_DEBUG=all

gives a very long output where the interesting part at the end is:

ERROR: setupLoaderTermPhysDevs:  Failed to detect any valid GPUs in the current
config
ERROR: setupLoaderTrampPhysDevs:  Failed during dispatch call of
'vkEnumeratePhysicalDevices' to lower layers or loader to get count.
/builddir/build/BUILD/Vulkan-LoaderAndValidationLayers-sdk-1.0.65.2/demos/vulkaninfo.c:1670:
failed with VK_ERROR_INITIALIZATION_FAILED

My video card is an R7 260X and is supposed to work.

lspci output;
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XTX
[Radeon R7 260X/360]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev