search for: invalid_operation

Displaying 5 results from an estimated 5 matches for "invalid_operation".

2023 Jan 27
3
[REGRESSION] GM20B probe fails after commit 2541626cfb79
On Fri, 20 Jan 2023 at 21:37, Diogo Ivo <diogo.ivo at tecnico.ulisboa.pt> wrote: > > On Wed, Jan 18, 2023 at 11:28:49AM +1000, Ben Skeggs wrote: > > On Mon, 16 Jan 2023 at 22:27, Diogo Ivo <diogo.ivo at tecnico.ulisboa.pt> wrote: > > > On Mon, Jan 16, 2023 at 07:45:05AM +1000, David Airlie wrote: > > > > As a quick check can you try changing > >
2019 Mar 02
1
[Bug 109812] New: tegra124: Display manager (sddm) not showing up after upgrade to mesa 18.3.3 DATA_ERROR INVALID OPERATION
...input field would normally be. If I downgrade mesa to version 18.3.2 I'm not seeing this error. I'm seeing a lot of error messages from nouveau in my dmesg. I've attached the Output of dmesg. These are basically a lot of: [ 48.566309] nouveau 57000000.gpu: gr: DATA_ERROR 00000003 [INVALID_OPERATION] ch 4 [04001eb000 sddm-greeter[540]] subc 0 class a297 mthd 19d0 data 0000003f [ 48.568952] nouveau 57000000.gpu: gr: DATA_ERROR 0000009c [] ch 4 [04001eb000 sddm-greeter[540]] subc 0 class a297 mthd 17e0 data 00000004 Messages.. -- You are receiving this mail because: You are the QA Contact f...
2016 Nov 09
1
[Bug 98657] New: Reproducible freeze when changing volume amplification in kodi
...[2449]] subc 0 class a197 mthd 114c data 05000000 Nov 9 13:18:51 s5 kernel: [ 599.178522] nouveau 0000:01:00.0: fifo: PBDMA0: 00040000 [PBENTRY] ch 8 [003f902000 kodi.bin[2449]] subc 0 mthd 0000 data 00000000 Nov 9 13:18:51 s5 kernel: [ 599.178533] nouveau 0000:01:00.0: gr: DATA_ERROR 00000003 [INVALID_OPERATION] ch 8 [003f902000 kodi.bin[2449]] subc 0 class a197 mthd 1158 data 3f800000 Nov 9 13:18:51 s5 kernel: [ 599.178540] nouveau 0000:01:00.0: fifo: PBDMA0: 00040000 [PBENTRY] ch 8 [003f902000 kodi.bin[2449]] subc 0 mthd 0000 data 00000000 -- You are receiving this mail because: You are the assignee...
2015 Oct 17
9
[Bug 92515] New: Virtualbox with 3D acceleration and with installed vbox-additions crashes
...zur kernel: nouveau E[ PGRAPH][0000:01:00.0] DATA_ERROR INVALID_BITFIELD paź 18 01:16:27 lazur kernel: nouveau E[ PGRAPH][0000:01:00.0] ch 5 [0x001f764000 VBoxCrWinCmd[6947]] subc 3 class 0x8297 mthd 0x1b00 data 0x07800000 paź 18 01:16:27 lazur kernel: nouveau E[ PGRAPH][0000:01:00.0] DATA_ERROR INVALID_OPERATION paź 18 01:16:27 lazur kernel: nouveau E[ PGRAPH][0000:01:00.0] ch 5 [0x001f764000 VBoxCrWinCmd[6947]] subc 3 class 0x8297 mthd 0x1b0c data 0x07800000 paź 18 01:17:19 lazur kernel: nouveau E[ PFIFO][0000:01:00.0] DMA_PUSHER - ch 5 [VBoxCrWinCmd[6947]] get 0x0020081ff4 put 0x0020082ae0 ib_get 0x00...
2014 Mar 23
0
[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated
...ECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Authors: Ben Skeggs + */ + +#include <engine/graph.h> + +/* There must be a *lot* of these. Will take some time to gather them up. */ +const struct nouveau_enum nv50_data_error_names[] = { + { 0x00000003, "INVALID_OPERATION", NULL }, + { 0x00000004, "INVALID_VALUE", NULL }, + { 0x00000005, "INVALID_ENUM", NULL }, + { 0x00000008, "INVALID_OBJECT", NULL }, + { 0x00000009, "READ_ONLY_OBJECT", NULL }, + { 0x0000000a, "SUPERVISOR_OBJECT", NULL }, + { 0x0000000b, "...