• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/intel-driver


RSS
Rev. Zeit Autor
4cbbb15 2016-05-09 17:52:22 Xiang, Haihao

Inrease the maximum number of attributes

We will add more attributes in the driver

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Reviewed-By: Sean V Kelley <sean.v.kelley@intel.com>

81d9703 2016-05-09 17:52:22 Xiang, Haihao

Add a flag for skylake in struct intel_device_info

In addition, add IS_SKL() and IS_BXT() for later usage

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Reviewed-By: Sean V Kelley <sean.v.kelley@intel.com>

85efb80 2016-05-09 17:52:22 Xiang, Haihao

Add OUT_BCS_RELOC64() to support 48-bit address relocations on BCS

We will use this MACRO later

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Reviewed-By: Sean V Kelley <sean.v.kelley@intel.com>

4643f94 2016-04-28 21:32:34 peng.chen

add the support of 8-aligned size setting for hevc encoding

v2:
disable drop cu flag for 16-aliged size

v1:
created

Signed-off-by: peng.chen <peng.c.chen@intel.com>

656c16b 2016-04-28 21:30:33 Xiang, Haihao

Set the right alignment on BXT/KBL

With the commit 'CSC: Remove average logic when saving NV12 surface on IVB+',
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=94845 on BXT/KBL

Reviewed-by: Kelley, Sean V <sean.v.kelley@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

bb23256 2016-04-28 21:30:33 Xiang, Haihao

CSC: Remove average logic when saving NV12 surface on IVB+

This fixes the issue mentioned in https://bugs.freedesktop.org/show_bug.cgi?id=94845 on
IVB+(except BXT/KBL)

v2: Remove the adding <1> in GEN7 shader (Emil)

Cc: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Reviewed-by: Kelley, Sean V <sean.v.kelley@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

f551786 2016-04-25 11:54:13 Zhao Yakui

Restrict the hybrid Vp9 usage on the platform without Vp9 HWDEC

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>

2c1bec0 2016-04-08 17:03:13 peng.chen

fix the FPS caculation error for HEVC encoder

Signed-off-by: peng.chen <peng.c.chen@intel.com>

94400e9 2016-04-08 17:00:34 peng.chen

optimize the internal prob buffer management

Signed-off-by: peng.chen <peng.c.chen@intel.com>

2100dd8 2016-03-31 17:47:39 Xiang, Haihao

CSC: Set the right filter mode for YUY2/UYVY surface on BDW+

AVS doesn't support mode 3 for YUY2/UYVY surface

https://bugs.freedesktop.org/show_bug.cgi?id=94765

Cc: James Tang <jun.tang@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

759e44d 2016-03-17 09:59:35 peng.chen

update PIPE_MODE command setting for VP9 decoding

v2:
modify the commit message

v1:
initial

Signed-off-by: peng.chen <peng.c.chen@intel.com>

f8cd21b 2016-03-17 09:59:29 peng.chen

vp9_decoding: disable all seg reference for key frame or intra_only enabled frame

Signed-off-by: peng.chen <peng.c.chen@intel.com>

5aa0d4d 2016-03-17 09:59:14 Xiang, Haihao

1.7.1.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

94ef863 2016-03-17 09:58:06 Xiang, Haihao

Merge remote-tracking branch 'fdo/v1.7-branch' into fdo--master

ee45497 2016-03-15 15:44:45 Xiang, Haihao

libva-intel-driver 1.7.0

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

e76487c 2016-03-14 16:22:14 James Tang

fix memory leak in jpeg encoding

Signed-off-by: James Tang <jun.tang@intel.com>

ab8e4e3 2016-03-04 14:11:26 Xiang, Haihao

Update NEWS and README

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

3b1507c 2016-03-04 13:30:36 Xiang, Haihao

Remove duplicate H264MultiviewHigh and H264StereoHigh in the profile list

Otherwise vainfo got duplicate print message that list out the video format
support for H264MultiviewHigh, H264StereoHigh.

Reported-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
Tested-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

4664dc6 2016-03-04 13:30:13 Xiang, Haihao

Fix a potential infinite loop

It will result in infinite loop if the input fourcc isn't supported
by the driver. This issue is reported by Guangxin

Cc: Xu, Guangxin <Guangxin.Xu@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

c60283a 2016-03-04 13:30:05 Xiang, Haihao

Add missing SKL/BXT PCI IDs

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

15b9285 2016-03-03 14:17:29 Xiang, Haihao

1.7.0.pre1 for development

Update the dependency on VA-API as well

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

3ddc071 2016-03-03 14:14:16 Xiang, Haihao

Merge remote-tracking branch 'fdo/v1.6-branch' into fdo--master

c4deca0 2016-01-29 15:52:33 peng.chen

support VP9 profile2 10bits decoding

v2:
ignore bit_depth for profile0,1
add the support of enum VAProfileVP9Profile2

v1:
initial

Signed-off-by: peng.chen <peng.c.chen@intel.com>
(cherry picked from commit f6fe8428cc395771659a010222d0e3774b876535)

eb39a3d 2016-01-29 15:52:33 Peng Chen

KBL driver enabling

v2:
remove the file mode change

v1:
initial

Signed-off-by: peng.chen <peng.c.chen@intel.com>
(cherry picked from commit 5fb654b2577be19005bd9792a0b62c3ac1d2395b)

aa36c57 2016-01-29 15:52:33 peng.chen

set the minimum of vp9 deocding frame width and height as 1, not 8

Signed-off-by: peng.chen <peng.c.chen@intel.com>
(cherry picked from commit 99ae37b2e2d29be0c00447f26ccab294a2bcc2d9)

0312b5c 2016-01-29 15:52:33 peng.chen

don't mask 8bit NV12 surface supporting for hevc main10 profile

Signed-off-by: peng.chen <peng.c.chen@intel.com>
(cherry picked from commit f96392ce2479c8cadef30a923c985b62fa4091c0)

f6fe842 2016-01-29 14:44:51 peng.chen

support VP9 profile2 10bits decoding

v2:
ignore bit_depth for profile0,1
add the support of enum VAProfileVP9Profile2

v1:
initial

Signed-off-by: peng.chen <peng.c.chen@intel.com>

5fb654b 2016-01-29 14:44:34 Peng Chen

KBL driver enabling

v2:
remove the file mode change

v1:
initial

Signed-off-by: peng.chen <peng.c.chen@intel.com>

99ae37b 2016-01-26 16:12:01 peng.chen

set the minimum of vp9 deocding frame width and height as 1, not 8

Signed-off-by: peng.chen <peng.c.chen@intel.com>

f96392c 2016-01-26 16:11:37 peng.chen

don't mask 8bit NV12 surface supporting for hevc main10 profile

Signed-off-by: peng.chen <peng.c.chen@intel.com>