video: driver: rename video header interface file
Rename msm_vidc_utils.h to v4l2_vidc_extensions.h. Change-Id: I50a9212d3d28756bdf0be33e135bce9c6337a816 Signed-off-by: Akshata Sahukar <asahukar@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
843858405f
commit
4d9b29ebf3
@@ -6,7 +6,7 @@
|
|||||||
#ifndef _MSM_VIDC_CONTROL_H_
|
#ifndef _MSM_VIDC_CONTROL_H_
|
||||||
#define _MSM_VIDC_CONTROL_H_
|
#define _MSM_VIDC_CONTROL_H_
|
||||||
|
|
||||||
#include <media/msm_vidc_utils.h>
|
#include <media/v4l2_vidc_extensions.h>
|
||||||
#include "msm_vidc_inst.h"
|
#include "msm_vidc_inst.h"
|
||||||
#include "msm_vidc_internal.h"
|
#include "msm_vidc_internal.h"
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <media/msm_vidc_utils.h>
|
#include <media/v4l2_vidc_extensions.h>
|
||||||
#include <media/msm_media_info.h>
|
#include <media/msm_media_info.h>
|
||||||
|
|
||||||
#include "msm_vdec.h"
|
#include "msm_vdec.h"
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <media/msm_vidc_utils.h>
|
#include <media/v4l2_vidc_extensions.h>
|
||||||
#include <media/msm_media_info.h>
|
#include <media/msm_media_info.h>
|
||||||
|
|
||||||
#include "msm_venc.h"
|
#include "msm_venc.h"
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <linux/iommu.h>
|
#include <linux/iommu.h>
|
||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
#include <media/msm_vidc_utils.h>
|
#include <media/v4l2_vidc_extensions.h>
|
||||||
#include <media/msm_media_info.h>
|
#include <media/msm_media_info.h>
|
||||||
|
|
||||||
#include "msm_vidc_driver.h"
|
#include "msm_vidc_driver.h"
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MSM_VIDC_UTILS_H__
|
#ifndef __V4l2_VIDC_EXTENSIONS_H__
|
||||||
#define __MSM_VIDC_UTILS_H__
|
#define __V4l2_VIDC_EXTENSIONS_H__
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/v4l2-controls.h>
|
#include <linux/v4l2-controls.h>
|
Reference in New Issue
Block a user