2 * Copyright (c) 2016 MediaTek Inc.
3 * Author: PC Chen <pc.chen@mediatek.com>
4 * Tiffany Lin <tiffany.lin@mediatek.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #ifndef _MTK_VCODEC_DRV_H_
17 #define _MTK_VCODEC_DRV_H_
19 #include <linux/platform_device.h>
20 #include <linux/videodev2.h>
21 #include <media/v4l2-ctrls.h>
22 #include <media/v4l2-device.h>
23 #include <media/v4l2-ioctl.h>
24 #include <media/videobuf2-core.h>
25 #include "mtk_vcodec_util.h"
27 #define MTK_VCODEC_DRV_NAME "mtk_vcodec_drv"
28 #define MTK_VCODEC_DEC_NAME "mtk-vcodec-dec"
29 #define MTK_VCODEC_ENC_NAME "mtk-vcodec-enc"
30 #define MTK_PLATFORM_STR "platform:mt8173"
32 #define MTK_VCODEC_MAX_PLANES 3
33 #define MTK_V4L2_BENCHMARK 0
34 #define WAIT_INTR_TIMEOUT_MS 1000
37 * enum mtk_hw_reg_idx - MTK hw register base index
52 NUM_MAX_VDEC_REG_BASE
,
54 VENC_SYS
= NUM_MAX_VDEC_REG_BASE
,
57 NUM_MAX_VCODEC_REG_BASE
61 * enum mtk_instance_type - The type of an MTK Vcodec instance.
63 enum mtk_instance_type
{
69 * enum mtk_instance_state - The state of an MTK Vcodec instance.
70 * @MTK_STATE_FREE - default state when instance is created
71 * @MTK_STATE_INIT - vcodec instance is initialized
72 * @MTK_STATE_HEADER - vdec had sps/pps header parsed or venc
73 * had sps/pps header encoded
74 * @MTK_STATE_FLUSH - vdec is flushing. Only used by decoder
75 * @MTK_STATE_ABORT - vcodec should be aborted
77 enum mtk_instance_state
{
86 * struct mtk_encode_param - General encoding parameters type
88 enum mtk_encode_param
{
89 MTK_ENCODE_PARAM_NONE
= 0,
90 MTK_ENCODE_PARAM_BITRATE
= (1 << 0),
91 MTK_ENCODE_PARAM_FRAMERATE
= (1 << 1),
92 MTK_ENCODE_PARAM_INTRA_PERIOD
= (1 << 2),
93 MTK_ENCODE_PARAM_FORCE_INTRA
= (1 << 3),
94 MTK_ENCODE_PARAM_GOP_SIZE
= (1 << 4),
104 * struct mtk_video_fmt - Structure used to store information about pixelformats
106 struct mtk_video_fmt
{
108 enum mtk_fmt_type type
;
113 * struct mtk_codec_framesizes - Structure used to store information about
116 struct mtk_codec_framesizes
{
118 struct v4l2_frmsize_stepwise stepwise
;
122 * struct mtk_q_type - Type of queue
130 * struct mtk_q_data - Structure used to store information about queue
133 unsigned int visible_width
;
134 unsigned int visible_height
;
135 unsigned int coded_width
;
136 unsigned int coded_height
;
137 enum v4l2_field field
;
138 unsigned int bytesperline
[MTK_VCODEC_MAX_PLANES
];
139 unsigned int sizeimage
[MTK_VCODEC_MAX_PLANES
];
140 struct mtk_video_fmt
*fmt
;
144 * struct mtk_enc_params - General encoding parameters
145 * @bitrate: target bitrate in bits per second
146 * @num_b_frame: number of b frames between p-frame
147 * @rc_frame: frame based rate control
148 * @rc_mb: macroblock based rate control
149 * @seq_hdr_mode: H.264 sequence header is encoded separately or joined
150 * with the first frame
151 * @intra_period: I frame period
152 * @gop_size: group of picture size, it's used as the intra frame period
153 * @framerate_num: frame rate numerator. ex: framerate_num=30 and
154 * framerate_denom=1 means FPS is 30
155 * @framerate_denom: frame rate denominator. ex: framerate_num=30 and
156 * framerate_denom=1 means FPS is 30
157 * @h264_max_qp: Max value for H.264 quantization parameter
158 * @h264_profile: V4L2 defined H.264 profile
159 * @h264_level: V4L2 defined H.264 level
160 * @force_intra: force/insert intra frame
162 struct mtk_enc_params
{
163 unsigned int bitrate
;
164 unsigned int num_b_frame
;
165 unsigned int rc_frame
;
167 unsigned int seq_hdr_mode
;
168 unsigned int intra_period
;
169 unsigned int gop_size
;
170 unsigned int framerate_num
;
171 unsigned int framerate_denom
;
172 unsigned int h264_max_qp
;
173 unsigned int h264_profile
;
174 unsigned int h264_level
;
175 unsigned int force_intra
;
179 * struct mtk_vcodec_clk_info - Structure used to store clock name
181 struct mtk_vcodec_clk_info
{
182 const char *clk_name
;
183 struct clk
*vcodec_clk
;
187 * struct mtk_vcodec_clk - Structure used to store vcodec clock information
189 struct mtk_vcodec_clk
{
190 struct mtk_vcodec_clk_info
*clk_info
;
195 * struct mtk_vcodec_pm - Power management data structure
197 struct mtk_vcodec_pm
{
198 struct mtk_vcodec_clk vdec_clk
;
199 struct device
*larbvdec
;
201 struct mtk_vcodec_clk venc_clk
;
202 struct device
*larbvenc
;
203 struct device
*larbvenclt
;
205 struct mtk_vcodec_dev
*mtkdev
;
209 * struct vdec_pic_info - picture size information
210 * @pic_w: picture width
211 * @pic_h: picture height
212 * @buf_w: picture buffer width (64 aligned up from pic_w)
213 * @buf_h: picture buffer heiht (64 aligned up from pic_h)
214 * @y_bs_sz: Y bitstream size
215 * @c_bs_sz: CbCr bitstream size
216 * @y_len_sz: additional size required to store decompress information for y
218 * @c_len_sz: additional size required to store decompress information for cbcr
220 * E.g. suppose picture size is 176x144,
221 * buffer size will be aligned to 176x160.
223 struct vdec_pic_info
{
228 unsigned int y_bs_sz
;
229 unsigned int c_bs_sz
;
230 unsigned int y_len_sz
;
231 unsigned int c_len_sz
;
235 * struct mtk_vcodec_ctx - Context (instance) private data.
237 * @type: type of the instance - decoder or encoder
238 * @dev: pointer to the mtk_vcodec_dev of the device
239 * @list: link to ctx_list of mtk_vcodec_dev
240 * @fh: struct v4l2_fh
241 * @m2m_ctx: pointer to the v4l2_m2m_ctx of the context
242 * @q_data: store information of input and output queue
244 * @id: index of the context that this structure describes
245 * @state: state of the context
246 * @param_change: indicate encode parameter type
247 * @enc_params: encoding parameters
248 * @dec_if: hooked decoder driver interface
249 * @enc_if: hoooked encoder driver interface
250 * @drv_handle: driver handle for specific decode/encode instance
252 * @picinfo: store picture info after header parsing
253 * @dpb_size: store dpb count after header parsing
254 * @int_cond: variable used by the waitqueue
255 * @int_type: type of the last interrupt
256 * @queue: waitqueue that can be used to wait for this context to
258 * @irq_status: irq status
260 * @ctrl_hdl: handler for v4l2 framework
261 * @decode_work: worker for the decoding
262 * @encode_work: worker for the encoding
263 * @last_decoded_picinfo: pic information get from latest decode
264 * @empty_flush_buf: a fake size-0 capture buffer that indicates flush
266 * @colorspace: enum v4l2_colorspace; supplemental to pixelformat
267 * @ycbcr_enc: enum v4l2_ycbcr_encoding, Y'CbCr encoding
268 * @quantization: enum v4l2_quantization, colorspace quantization
269 * @xfer_func: enum v4l2_xfer_func, colorspace transfer function
270 * @lock: protect variables accessed by V4L2 threads and worker thread such as
273 struct mtk_vcodec_ctx
{
274 enum mtk_instance_type type
;
275 struct mtk_vcodec_dev
*dev
;
276 struct list_head list
;
279 struct v4l2_m2m_ctx
*m2m_ctx
;
280 struct mtk_q_data q_data
[2];
282 enum mtk_instance_state state
;
283 enum mtk_encode_param param_change
;
284 struct mtk_enc_params enc_params
;
286 const struct vdec_common_if
*dec_if
;
287 const struct venc_common_if
*enc_if
;
288 unsigned long drv_handle
;
290 struct vdec_pic_info picinfo
;
295 wait_queue_head_t queue
;
296 unsigned int irq_status
;
298 struct v4l2_ctrl_handler ctrl_hdl
;
299 struct work_struct decode_work
;
300 struct work_struct encode_work
;
301 struct vdec_pic_info last_decoded_picinfo
;
302 struct mtk_video_dec_buf
*empty_flush_buf
;
304 enum v4l2_colorspace colorspace
;
305 enum v4l2_ycbcr_encoding ycbcr_enc
;
306 enum v4l2_quantization quantization
;
307 enum v4l2_xfer_func xfer_func
;
309 int decoded_frame_cnt
;
315 * struct mtk_vcodec_dev - driver data
316 * @v4l2_dev: V4L2 device to register video devices for.
317 * @vfd_dec: Video device for decoder
318 * @vfd_enc: Video device for encoder.
320 * @m2m_dev_dec: m2m device for decoder
321 * @m2m_dev_enc: m2m device for encoder.
322 * @plat_dev: platform device
323 * @vpu_plat_dev: mtk vpu platform device
324 * @ctx_list: list of struct mtk_vcodec_ctx
325 * @irqlock: protect data access by irq handler and work thread
326 * @curr_ctx: The context that is waiting for codec hardware
328 * @reg_base: Mapped address of MTK Vcodec registers.
330 * @id_counter: used to identify current opened instance
332 * @encode_workqueue: encode work queue
334 * @int_cond: used to identify interrupt condition happen
335 * @int_type: used to identify what kind of interrupt condition happen
336 * @dev_mutex: video_device lock
337 * @queue: waitqueue for waiting for completion of device commands
339 * @dec_irq: decoder irq resource
340 * @enc_irq: h264 encoder irq resource
341 * @enc_lt_irq: vp8 encoder irq resource
343 * @dec_mutex: decoder hardware lock
344 * @enc_mutex: encoder hardware lock.
346 * @pm: power management control
347 * @dec_capability: used to identify decode capability, ex: 4k
348 * @enc_capability: used to identify encode capability
350 struct mtk_vcodec_dev
{
351 struct v4l2_device v4l2_dev
;
352 struct video_device
*vfd_dec
;
353 struct video_device
*vfd_enc
;
355 struct v4l2_m2m_dev
*m2m_dev_dec
;
356 struct v4l2_m2m_dev
*m2m_dev_enc
;
357 struct platform_device
*plat_dev
;
358 struct platform_device
*vpu_plat_dev
;
359 struct list_head ctx_list
;
361 struct mtk_vcodec_ctx
*curr_ctx
;
362 void __iomem
*reg_base
[NUM_MAX_VCODEC_REG_BASE
];
364 unsigned long id_counter
;
366 struct workqueue_struct
*decode_workqueue
;
367 struct workqueue_struct
*encode_workqueue
;
370 struct mutex dev_mutex
;
371 wait_queue_head_t queue
;
377 struct mutex dec_mutex
;
378 struct mutex enc_mutex
;
380 struct mtk_vcodec_pm pm
;
381 unsigned int dec_capability
;
382 unsigned int enc_capability
;
385 static inline struct mtk_vcodec_ctx
*fh_to_ctx(struct v4l2_fh
*fh
)
387 return container_of(fh
, struct mtk_vcodec_ctx
, fh
);
390 static inline struct mtk_vcodec_ctx
*ctrl_to_ctx(struct v4l2_ctrl
*ctrl
)
392 return container_of(ctrl
->handler
, struct mtk_vcodec_ctx
, ctrl_hdl
);
395 #endif /* _MTK_VCODEC_DRV_H_ */