You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drm/exynos: remove struct exynos_drm_panel_info
struct exynos_drm_panel_info is not used anymore, except exynos_dp, which can integrate useful fields directly into its context. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
@@ -17,28 +17,13 @@
|
||||
#include <uapi/drm/exynos_drm.h>
|
||||
#include <video/videomode.h>
|
||||
|
||||
/**
|
||||
* A structure for lcd panel information.
|
||||
*
|
||||
* @timing: default video mode for initializing
|
||||
* @width_mm: physical size of lcd width.
|
||||
* @height_mm: physical size of lcd height.
|
||||
*/
|
||||
struct exynos_drm_panel_info {
|
||||
struct videomode vm;
|
||||
u32 width_mm;
|
||||
u32 height_mm;
|
||||
};
|
||||
|
||||
/**
|
||||
* Platform Specific Structure for DRM based FIMD.
|
||||
*
|
||||
* @panel: default panel info for initializing
|
||||
* @default_win: default window layer number to be used for UI.
|
||||
* @bpp: default bit per pixel.
|
||||
*/
|
||||
struct exynos_drm_fimd_pdata {
|
||||
struct exynos_drm_panel_info panel;
|
||||
u32 vidcon0;
|
||||
u32 vidcon1;
|
||||
unsigned int default_win;
|
||||
|
||||
Reference in New Issue
Block a user