aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_mixer.c
AgeCommit message (Expand)Author
2015-11-03drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda
2015-10-26drm/exynos: add cursor plane supportGustavo Padovan
2015-10-26drm/exynos: add global macro for the default primary planeGustavo Padovan
2015-10-26drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski
2015-08-31drm/exynos: Properly report supported formats for each deviceMarek Szyprowski
2015-08-31drm/exynos: check for pending fb before finish updateGustavo Padovan
2015-08-16drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan
2015-08-16drm/exynos: use drm atomic state directlyGustavo Padovan
2015-08-16drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan
2015-08-16drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan
2015-08-16drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim
2015-08-16drm/exynos/mixer: replace MXR_INT_EN register cache with flagAndrzej Hajda
2015-08-16drm/exynos/mixer: simplify poweron flagAndrzej Hajda
2015-08-16drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim
2015-08-16drm/exynos/mixer: always update INT_EN cacheAndrzej Hajda
2015-08-16drm/exynos/mixer: correct vsync configuration sequenceAndrzej Hajda
2015-08-16drm/exynos/mixer: fix interrupt clearingAndrzej Hajda
2015-06-22drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim
2015-06-20drm/exynos: remove to call mixer_wait_for_vblankJoonyoung Shim
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda
2015-06-20drm/exynos: add error messages if clks failed to get enabledGustavo Padovan
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan
2015-05-19drm/exynos: 'win' is always unsignedTobias Jakobi
2015-05-19drm/exynos: mixer: don't dump registers under spinlockTobias Jakobi
2015-05-19drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski
2015-05-19drm/exynos: mixer: Constify platform_device_idKrzysztof Kozlowski
2015-05-19drm/exynos: mixer: cleanup pixelformat handlingTobias Jakobi
2015-05-19drm/exynos: mixer: also allow NV21 for the video processorTobias Jakobi
2015-05-19drm/exynos: mixer: remove buffer count handling in vp_video_buffer()Tobias Jakobi
2015-04-13drm/exynos: add ratio calculationJoonyoung Shim
2015-04-13drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim
2015-04-13drm/exynos: mixer: add 2x scaling to mixer_graph_bufferTobias Jakobi
2015-04-13drm/exynos: fix typos in hdmi and mixerTobias Jakobi
2015-04-13drm/exynos: preset zpos value for overlay planesGustavo Padovan
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan
2015-04-02drm: Exynos: Respect framebuffer pitch for FIMD/MixerDaniel Stone
2015-02-13Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2015-02-11Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-02-07drm/exynos: hdmi: replace fb size with mode size from win commitSeung-Woo Kim
2015-02-07drm/exynos: fix no hdmi outputAlban Browaeys
2015-02-07drm/exynos: use driver internal structJoonyoung Shim
2015-02-07drm/exynos: add support for 'hdmi' clockMarek Szyprowski
2015-02-04drm: remove DRM_FORMAT_NV12MTDaniel Vetter
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan