Commit 59104f23 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Laurent Pinchart
parent ab77eb4c
# SPDX-License-Identifier: GPL-2.0
config DRM_SHMOBILE config DRM_SHMOBILE
tristate "DRM Support for SH Mobile" tristate "DRM Support for SH Mobile"
depends on DRM && ARM depends on DRM && ARM
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* shmob_drm_backlight.c -- SH Mobile DRM Backlight * shmob_drm_backlight.c -- SH Mobile DRM Backlight
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/backlight.h> #include <linux/backlight.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* shmob_drm_backlight.h -- SH Mobile DRM Backlight * shmob_drm_backlight.h -- SH Mobile DRM Backlight
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef __SHMOB_DRM_BACKLIGHT_H__ #ifndef __SHMOB_DRM_BACKLIGHT_H__
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* shmob_drm_crtc.c -- SH Mobile DRM CRTCs * shmob_drm_crtc.c -- SH Mobile DRM CRTCs
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/backlight.h> #include <linux/backlight.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* shmob_drm_crtc.h -- SH Mobile DRM CRTCs * shmob_drm_crtc.h -- SH Mobile DRM CRTCs
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef __SHMOB_DRM_CRTC_H__ #ifndef __SHMOB_DRM_CRTC_H__
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* shmob_drm_drv.c -- SH Mobile DRM driver * shmob_drm_drv.c -- SH Mobile DRM driver
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* shmob_drm.h -- SH Mobile DRM driver * shmob_drm.h -- SH Mobile DRM driver
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef __SHMOB_DRM_DRV_H__ #ifndef __SHMOB_DRM_DRV_H__
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* shmob_drm_kms.c -- SH Mobile DRM Mode Setting * shmob_drm_kms.c -- SH Mobile DRM Mode Setting
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* shmob_drm_kms.h -- SH Mobile DRM Mode Setting * shmob_drm_kms.h -- SH Mobile DRM Mode Setting
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef __SHMOB_DRM_KMS_H__ #ifndef __SHMOB_DRM_KMS_H__
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* shmob_drm_plane.c -- SH Mobile DRM Planes * shmob_drm_plane.c -- SH Mobile DRM Planes
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* shmob_drm_plane.h -- SH Mobile DRM Planes * shmob_drm_plane.h -- SH Mobile DRM Planes
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef __SHMOB_DRM_PLANE_H__ #ifndef __SHMOB_DRM_PLANE_H__
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* shmob_drm_regs.h -- SH Mobile DRM registers * shmob_drm_regs.h -- SH Mobile DRM registers
* *
* Copyright (C) 2012 Renesas Electronics Corporation * Copyright (C) 2012 Renesas Electronics Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef __SHMOB_DRM_REGS_H__ #ifndef __SHMOB_DRM_REGS_H__
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* shmob_drm.h -- SH Mobile DRM driver * shmob_drm.h -- SH Mobile DRM driver
* *
* Copyright (C) 2012 Renesas Corporation * Copyright (C) 2012 Renesas Corporation
* *
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef __SHMOB_DRM_H__ #ifndef __SHMOB_DRM_H__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment