summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_mixer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Convert to platform remove callback returning voidUwe Kleine-König2023-12-121-4/+2
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+0
* drm/exynos: Fix return type for mixer_mode_valid and hdmi_mode_validNathan Huckleberry2022-09-261-1/+1
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/exynos: mixer: Use platform_get_irq() to get the interruptLad Prabhakar2022-02-251-8/+6
* drm/exynos: use pm_runtime_resume_and_get()Inki Dae2021-06-111-1/+6
* Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-1/+1
|\
| * drm: Nuke mode->vrefreshVille Syrjälä2020-05-271-1/+1
* | drm/exynos: mixer: Fix enabling of the runtime power managementMarek Szyprowski2020-05-181-2/+4
|/
* drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski2020-03-101-2/+5
* drm/exynos: change callback namesInki Dae2020-01-211-4/+4
* drm/exynos: Move static keyword to the front of declarationKrzysztof Wilczynski2019-10-281-2/+2
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-16/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae2019-04-241-8/+9
* drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae2019-04-241-9/+17
* drm/exynos/mixer: fix MIXER shadow registry synchronisation codeAndrzej Hajda2019-03-211-44/+66
* drm/exynos: mixer: Fix color range settingChristoph Manszewski2018-12-051-5/+12
* drm/exynos: mixer: Fix color format settingChristoph Manszewski2018-12-051-8/+2
* drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda2018-12-041-2/+1
* drm/exynos: simplify DMA mappingAndrzej Hajda2018-12-041-1/+1
* drm/exynos: mixer: Make plane alpha configurableChristoph Manszewski2018-10-011-15/+22
* drm/exynos: mixer: Make pixel blend mode configurableChristoph Manszewski2018-10-011-6/+21
* drm/exynos/mixer: Remove unused local variable privKrzysztof Kozlowski2018-07-241-2/+0
* drm/exynos: Ensure suspended runtime PM state during system suspendMarek Szyprowski2018-07-241-0/+2
* drm/exynos: mixer: avoid Oops in vp_video_buffer()Tobias Jakobi2018-05-041-5/+7
* drm/exynos/mixer: fix synchronization check in interlaced modeAndrzej Hajda2018-05-041-0/+10
* drm/atmel-exynos: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-13/+1
* drm/exynos/hdmi: add 85.5MHz pixel clock for v14 HDMI PHYDaniel Drake2017-10-261-1/+3
* drm/exynos/mixer: enable support for 1024x768 and 1280x1024 modesAndrzej Hajda2017-10-261-0/+3
* drm/exynos/mixer: pass actual mode on MIXER to encoderAndrzej Hajda2017-10-261-20/+51
* drm/exynos/mixer: remove mixer_resources sub-structureAndrzej Hajda2017-10-261-176/+148
* drm/exynos/mixer: fix mode validation codeAndrzej Hajda2017-10-261-15/+13
* drm/exynos/mixer: move resolution configuration to single functionAndrzej Hajda2017-10-261-10/+7
* drm/exynos/mixer: move mode commit to enable callbackAndrzej Hajda2017-10-261-12/+8
* drm/exynos/mixer: abstract out output mode setup codeAndrzej Hajda2017-10-261-15/+18
* drm/exynos: mixer: remove src offset from mixer_graph_buffer()Tobias Jakobi2017-08-251-9/+6
* drm/exynos: mixer: simplify mixer_graph_buffer()Tobias Jakobi2017-08-251-4/+1
* drm/exynos: mixer: simplify vp_video_buffer()Tobias Jakobi2017-08-251-20/+6
* drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi2017-08-251-1/+5
* drm/exynos: mixer: fix chroma comment in vp_video_buffer()Tobias Jakobi2017-08-251-1/+1
* drm: exynos: constify mixer_match_types and *_mxr_drv_data.Arvind Yadav2017-07-271-5/+5
* drm/exynos: mixer: document YCbCr magic numbersTobias Jakobi2017-06-011-8/+25
* drm/exynos: mixer: simplify mixer_cfg_rgb_fmt()Tobias Jakobi2017-06-011-22/+8
* drm/exynos: kill pipe field from drivers contextsAndrzej Hajda2017-06-011-2/+0
* drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda2017-06-011-1/+1
* drm/exynos: kill exynos_drm_private::pipeAndrzej Hajda2017-06-011-6/+2
* drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda2017-06-011-2/+1