summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_mixer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda2015-11-031-2/+4
* drm/exynos: add cursor plane supportGustavo Padovan2015-10-261-2/+2
* drm/exynos: add global macro for the default primary planeGustavo Padovan2015-10-261-4/+3
* drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski2015-10-261-1/+1
* drm/exynos: Properly report supported formats for each deviceMarek Szyprowski2015-08-311-2/+28
* drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-311-1/+9
* drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan2015-08-161-11/+11
* drm/exynos: use drm atomic state directlyGustavo Padovan2015-08-161-31/+34
* drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan2015-08-161-9/+11
* drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan2015-08-161-5/+5
* drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan2015-08-161-2/+2
* drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim2015-08-161-2/+1
* drm/exynos/mixer: replace MXR_INT_EN register cache with flagAndrzej Hajda2015-08-161-11/+9
* drm/exynos/mixer: simplify poweron flagAndrzej Hajda2015-08-161-38/+14
* drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim2015-08-161-2/+1
* drm/exynos/mixer: always update INT_EN cacheAndrzej Hajda2015-08-161-0/+5
* drm/exynos/mixer: correct vsync configuration sequenceAndrzej Hajda2015-08-161-2/+5
* drm/exynos/mixer: fix interrupt clearingAndrzej Hajda2015-08-161-5/+4
* drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang2015-06-221-3/+5
* drm/exynos: remove chained calls to enableJoonyoung Shim2015-06-201-34/+4
* drm/exynos: remove to call mixer_wait_for_vblankJoonyoung Shim2015-06-201-1/+0
* drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda2015-06-201-12/+2
* drm/exynos: add error messages if clks failed to get enabledGustavo Padovan2015-06-201-5/+26
* drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan2015-06-201-20/+6
* drm/exynos: 'win' is always unsignedTobias Jakobi2015-05-191-3/+4
* drm/exynos: mixer: don't dump registers under spinlockTobias Jakobi2015-05-191-4/+4
* drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski2015-05-191-1/+1
* drm/exynos: mixer: Constify platform_device_idKrzysztof Kozlowski2015-05-191-1/+1
* drm/exynos: mixer: cleanup pixelformat handlingTobias Jakobi2015-05-191-10/+23
* drm/exynos: mixer: also allow NV21 for the video processorTobias Jakobi2015-05-191-0/+3
* drm/exynos: mixer: remove buffer count handling in vp_video_buffer()Tobias Jakobi2015-05-191-15/+2
* drm/exynos: add ratio calculationJoonyoung Shim2015-04-131-7/+2
* drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim2015-04-131-4/+4
* drm/exynos: mixer: add 2x scaling to mixer_graph_bufferTobias Jakobi2015-04-131-6/+30
* drm/exynos: fix typos in hdmi and mixerTobias Jakobi2015-04-131-1/+1
* drm/exynos: preset zpos value for overlay planesGustavo Padovan2015-04-131-6/+5
* drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan2015-04-131-140/+76
* drm: Exynos: Respect framebuffer pitch for FIMD/MixerDaniel Stone2015-04-021-7/+10
* Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-02-131-21/+27
|\
| * drm/exynos: hdmi: replace fb size with mode size from win commitSeung-Woo Kim2015-02-071-2/+2
| * drm/exynos: fix no hdmi outputAlban Browaeys2015-02-071-4/+5
| * drm/exynos: use driver internal structJoonyoung Shim2015-02-071-15/+11
| * drm/exynos: add support for 'hdmi' clockMarek Szyprowski2015-02-071-0/+9
* | Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-02-111-2/+0
|\ \ | |/ |/|
| * drm: remove DRM_FORMAT_NV12MTDaniel Vetter2015-02-041-2/+0
* | drm/exynos: remove struct exynos_drm_managerGustavo Padovan2015-01-251-54/+49
* | drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan2015-01-251-2/+2
* | drm/exynos: move 'type' from manager to crtc structGustavo Padovan2015-01-251-3/+3
* | drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan2015-01-251-1/+1
* | drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan2015-01-251-1/+1
OpenPOWER on IntegriCloud