| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-06-26 | 1 | -0/+165 |
|\ |
|
| * | drm/exynos: add Exynos5433 decon driver | Joonyoung Shim | 2015-06-22 | 1 | -0/+165 |
* | | video: fbdev: tdfxfb: use arch_phys_wc_add() and ioremap_wc() | Luis R. Rodriguez | 2015-06-03 | 1 | -1/+1 |
* | | video: fbdev: neofb: use arch_phys_wc_add() and ioremap_wc() | Luis R. Rodriguez | 2015-06-03 | 1 | -4/+1 |
|/ |
|
* | Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/... | Linus Torvalds | 2015-04-20 | 1 | -4/+3 |
|\ |
|
| * | OMAPDSS: change signal_level & signal_edge enum values | Tomi Valkeinen | 2015-02-26 | 1 | -3/+3 |
| * | OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES | Tomi Valkeinen | 2015-02-26 | 1 | -1/+0 |
* | | Merge tag 'imx-drm-next-2015-03-31' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 2015-04-13 | 1 | -1/+1 |
|\ \ |
|
| * | | drm/imx: consolidate bus format variable names | Philipp Zabel | 2015-03-31 | 1 | -1/+1 |
* | | | drm/exynos: Enable DP clock to fix display on Exynos5250 and other | Krzysztof Kozlowski | 2015-04-13 | 1 | -0/+6 |
* | | | drm/exynos: fimd: fix alpha setting for XR24 pixel format | Gustavo Padovan | 2015-04-13 | 1 | -0/+5 |
|/ / |
|
* | | OMAPDSS: fix regression with display sysfs files | Tomi Valkeinen | 2015-02-26 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-02-16 | 2 | -16/+354 |
|\ |
|
| * | drm/exynos: Add DECON driver | Ajay Kumar | 2015-02-11 | 1 | -0/+349 |
| * | gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfg | Steve Longerbeam | 2015-01-07 | 1 | -16/+3 |
| * | gpu: ipu-di: Add ipu_di_adjust_videomode() | Jiada Wang | 2015-01-07 | 1 | -0/+2 |
* | | OMAPDSS: add define for DRA7xx HW version | Tomi Valkeinen | 2015-02-04 | 1 | -0/+1 |
|/ |
|
* | OMAPDSS: Remove all references to obsolete HDMI audio callbacks | Jyri Sarha | 2014-12-01 | 1 | -40/+0 |
* | OMAPDSS: DT: Get source endpoint by matching reg-id | Archit Taneja | 2014-11-12 | 1 | -1/+4 |
* | Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 2014-10-18 | 1 | -0/+16 |
|\ |
|
| * | videomode: provide dummy inline functions for !CONFIG_OF | Tomi Valkeinen | 2014-10-07 | 1 | -0/+16 |
* | | gpu: ipu-v3: Add ipu_dump() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-cpmem: Add ipu_cpmem_dump() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-cpmem: Add second buffer support to ipu_cpmem_set_image() | Steve Longerbeam | 2014-09-02 | 1 | -1/+2 |
* | | gpu: ipu-cpmem: Add ipu_cpmem_set_rotation() | Steve Longerbeam | 2014-09-02 | 1 | -0/+2 |
* | | gpu: ipu-cpmem: Add ipu_cpmem_set_axi_id() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-cpmem: Add ipu_cpmem_set_block_mode() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: Add ipu_idmac_lock_enable() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: Add ipu_idmac_enable_watermark() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: Add ipu_stride_to_bytes() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: Add ipu_idmac_clear_buffer() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: Add ipu_idmac_buffer_is_ready() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: Move IDMAC channel names to imx-ipu-v3.h | Steve Longerbeam | 2014-09-02 | 1 | -0/+30 |
* | | gpu: ipu-v3: Add helper function checking if pixfmt is planar | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: Add rotation mode conversion utilities | Steve Longerbeam | 2014-09-02 | 1 | -0/+4 |
* | | gpu: ipu-v3: Add ipu_mbus_code_to_colorspace() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: smfc: Add ipu_smfc_set_watermark() | Steve Longerbeam | 2014-09-02 | 1 | -0/+1 |
* | | gpu: ipu-v3: smfc: Convert to per-channel | Steve Longerbeam | 2014-09-02 | 1 | -4/+6 |
* | | gpu: ipu-v3: Add Image Converter unit | Steve Longerbeam | 2014-09-02 | 1 | -0/+45 |
* | | gpu: ipu-v3: Add Camera Sensor Interface unit | Steve Longerbeam | 2014-09-02 | 1 | -2/+30 |
* | | gpu: ipu-v3: Add functions to set CSI/IC source muxes | Steve Longerbeam | 2014-08-18 | 1 | -0/+6 |
* | | gpu: ipu-v3: Add ipu-cpmem unit | Steve Longerbeam | 2014-08-18 | 1 | -152/+36 |
|/ |
|
* | Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 2014-08-08 | 1 | -0/+9 |
|\ |
|
| * | OMAPDSS: add hdmi ops to hdmi_ops and omap_dss_driver | Tomi Valkeinen | 2014-07-04 | 1 | -0/+9 |
* | | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-08 | 1 | -1/+1 |
|\ \ |
|
| * | | video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes | Kukjin Kim | 2014-07-13 | 1 | -1/+1 |
| |/ |
|
* | | drm/exynos: fimd: support LCD I80 interface | YoungJun Cho | 2014-08-03 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-06-12 | 1 | -0/+347 |
|\ |
|
| * | gpu: ipu-v3: Register the CSI modules | Philipp Zabel | 2014-06-04 | 1 | -0/+1 |
| * | gpu: ipu-v3: Add CSI and SMFC module enable wrappers | Philipp Zabel | 2014-06-04 | 1 | -0/+8 |