summaryrefslogtreecommitdiff
path: root/src/i965_avc_hw_scoreboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Unify the coding style in the driverXiang, Haihao2017-04-071-21/+21
| | | | | | | | | | | | | | | Linux coding style is used in the driver source code. Use the command below to format/indent .c/.h files $> astyle --style=linux -cnpUH -s4 -M120 <file> A script of style_unify is added in the top-level directory to handle all .c/.h files in the driver. There is no change to any functionality This fixes https://github.com/01org/intel-vaapi-driver/issues/99 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Remove URB_SIZE()Xiang, Haihao2014-05-261-2/+2
| | | | | | | Instead directly use the value stored in intel_device_info Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit a0fe5a6262f9ff1398a512c83d193556bbd0eae9)
* New project build rules and files.Gwenole Beauchesne2011-08-251-2/+0
|
* Moved files around.Gwenole Beauchesne2011-08-221-0/+463