summaryrefslogtreecommitdiff
path: root/src/gen9_mfd.c
Commit message (Expand)AuthorAgeFilesLines
* Postpone the update of vp9_frame_ctxHaihao Xiang2019-06-101-17/+22
* Add the initial support of CNLZhao Yakui2018-01-111-5/+77
* Add upper bound check in HCP_IND_OBJ_BASE_ADDR_STATEXiang, Haihao2017-11-271-1/+1
* Set pipe_buffer_state before ind_obj_base_addr for VP9 decoderpeng.chen2017-09-121-1/+1
* Unify the coding style in the driverXiang, Haihao2017-04-071-250/+198
* Add the support for GLK in the intel-driverpeng.chen2017-03-151-2/+4
* Fix the incorrect 48-bit address reallocationZhao Yakui2017-01-171-2/+2
* Follow the HW spec to configure the buffer cache on Gen9+Zhao Yakui2017-01-171-1/+4
* jpeg enc/dec gen9: Allow up to 8K JPEG max resolution on gen9U. Artie Eoff2016-06-081-0/+14
* optimize the internal prob buffer managementpeng.chen2016-04-081-147/+27
* update PIPE_MODE command setting for VP9 decodingpeng.chen2016-03-171-2/+22
* vp9_decoding: disable all seg reference for key frame or intra_only enabled f...peng.chen2016-03-171-1/+7
* support VP9 profile2 10bits decodingpeng.chen2016-01-291-7/+44
* VP9HWDEC:fix vp9 hw decoder issuePengfei Qu2016-01-061-69/+117
* Add assert checking for allocated gen9_vp9_surfaceLim Siew Hoon2015-12-141-0/+1
* VP9 HWDec: add VP9 HW decoding pipelinePengfei Qu2015-12-071-2/+942
* support HEVC 10bits decodingPeng Chen2015-12-071-7/+39
* Fix klockwork critical message hit on calloc function usageLim Siew Hoon2015-09-061-0/+1
* dec/hevc: Use a different equation for metadata tile column buffer on BSWXiang, Haihao2015-07-011-1/+4
* dec/hevc: Use the same equation for each metadata buffer no matter slice typeXiang, Haihao2015-07-011-40/+9
* HEVC/dec: Fix collocated_ref_idx and collocated_from_l0_flagXiang, Haihao2015-04-291-2/+29
* HEVC/dec: Make sure the derived value for ChromaLog2WeightDenom is in the the...Xiang, Haihao2015-04-291-1/+1
* HEVC/dec: Fix weight/offset in HCP_WEIGHTOFFSETXiang, Haihao2015-04-291-6/+6
* Add the override flag to assure that HEVC video command always uses BSD ring0...Zhao Yakui2014-12-141-1/+5
* HEVC: Submit HCP_WEIGHTOFFSET_STATE if requiredXiang, Haihao2014-12-141-3/+10
* HEVC: Submit HCP_TILE_STATE if requiredXiang, Haihao2014-12-141-1/+3
* HEVC: Make sure the buffer store is allocated for the current render targetXiang, Haihao2014-12-141-0/+1
* HEVC: update frame store indexXiang, Haihao2014-12-141-0/+6
* HEVC: gen9_hcpd_bsd_object()Xiang, Haihao2014-12-141-0/+18
* HEVC: gen9_hcpd_slice_state()Xiang, Haihao2014-12-141-1/+153
* HEVC: gen9_hcpd_weightoffset_state()Xiang, Haihao2014-12-141-0/+60
* HEVC: gen9_hcpd_ref_idx_state()Xiang, Haihao2014-12-141-1/+93
* HEVC: gen9_hcpd_tile_state()Xiang, Haihao2014-12-141-0/+36
* HEVC: gen9_hcpd_pic_state()Xiang, Haihao2014-12-141-0/+99
* HEVC: gen9_hcpd_hevc_qm_state()Xiang, Haihao2014-12-141-0/+80
* HEVC: Set the default flat IQ matrixXiang, Haihao2014-12-141-0/+17
* HEVC: gen9_hcpd_ind_obj_base_addr_state()Xiang, Haihao2014-12-141-0/+28
* HEVC: gen9_hcpd_pipe_buf_addr_state()Xiang, Haihao2014-12-141-0/+90
* HEVC: gen9_hcpd_surface_state()Xiang, Haihao2014-12-141-0/+27
* HEVC: gen9_hcpd_pipe_mode_select();Xiang, Haihao2014-12-141-0/+25
* HEVC: Add the frame store arrayXiang, Haihao2014-12-141-0/+7
* HEVC: All internal buffers used for HCP pipe on SKLXiang, Haihao2014-12-141-0/+76
* HEVC: append a motion vector temporal buffer to a VA surfaceXiang, Haihao2014-12-141-0/+44
* HEVC: some variables used laterXiang, Haihao2014-12-141-1/+16
* Add the initial code for HEVC decoding on SKL into the driverXiang, Haihao2014-12-141-0/+141