aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_fimd.c
AgeCommit message (Expand)Author
2014-01-07drm/exynos: fix build error caused by removed drm core macrosSeung-Woo Kim
2013-12-18drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUEDaniel Vetter
2013-12-02drm/exynos: Fix trivial typo in exynos_drm_fimd.cSachin Kamat
2013-10-09drm: Make irq_enabled boolVille Syrjälä
2013-10-09drm: Make vblank_disable_allowed boolVille Syrjälä
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_fimdSachin Kamat
2013-09-05drm/exynos: fimd: move platform data parsing to separate functionAndrzej Hajda
2013-09-05drm/exynos: fimd: get signal polarities from device treeAndrzej Hajda
2013-09-05drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda
2013-09-05drm/exynos: check a pixel format to a particular window layerInki Dae
2013-09-05drm/exynos: fix fimd pixel format settingInki Dae
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-09-05drm/exynos: Add missing of.h header includeSachin Kamat
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat
2013-07-30drm/exynos: fix module build errorInki Dae
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-06-28drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma
2013-06-28drm/exynos: fimd: Add support for S3C64xx SoCsTomasz Figa
2013-06-28drm/exynos: fimd: Add support for FIMD variants with clock selectionTomasz Figa
2013-06-28drm/exynos: fimd: Add support for FIMD versions without SHADOWCON registerTomasz Figa
2013-06-28drm/exynos: fimd: Hold pointer to driver data in context structTomasz Figa
2013-06-28drm/exynos: fix tests for valid FIMD window numberKrzysztof Kozlowski
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim
2013-04-29drm/exynos: enable FIMD clocksVikas Sajjan
2013-04-29Revert "drm/exynos: prepare FIMD clocks"Inki Dae
2013-04-21drm/exynos: prepare FIMD clocksVikas Sajjan
2013-04-17drm/exynos: change the method for getting the interruptVikas Sajjan
2013-04-17drm/exynos: Add display-timing node parsing using video helper functionVikas Sajjan
2013-03-20drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala
2013-03-20drm/exynos: modify the compatible string for exynos fimdVikas Sajjan
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-01-07drm/exynos: move finish page flip to a common placeRahul Sharma
2013-01-07drm/exynos: fimd: modify condition in fimd resumePrathyush K
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman
2012-12-15drm/exynos: support device tree for fimdJoonyoung Shim
2012-12-14drm/exynos: support extended screen coordinate of fimdJoonyoung Shim
2012-12-14drm/exynos: fix x, y coordinates for right bottom pixelJoonyoung Shim
2012-12-13drm/exynos: remove unused vaddr memberYoungJun Cho
2012-12-13drm/exynos: clear windows in fimd dpms offPrathyush K
2012-12-13drm/exynos: modify wait_for_vblank of fimdPrathyush K
2012-12-13drm/exynos: move fimd wait_for_vblank to manager_opsPrathyush K
2012-12-05drm/exynos: Use devm_clk_get in exynos_drm_fimd.cSachin Kamat
2012-11-29drm/exynos: add iommu support to fimd driverInki Dae
2012-11-29drm/exynos: fix lockdep for event_lock wrt. vbl_time_lockImre Deak
2012-11-29drm/exynos: call drm_vblank_put for each queued flip eventImre Deak
2012-11-29drm/exynos: Make exynos4/5_fimd_driver_data staticSachin Kamat
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie
2012-10-04drm/exynos: add platform_device_id table and driver data for drm fimdLeela Krishna Amudala