aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAge
...
* drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat2012-07-26
* drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat2012-07-26
* drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat2012-07-26
* drm/exynos: Add missing static storage class specifierSachin Kamat2012-07-26
* drm/exynos: add property for crtc modeJoonyoung Shim2012-07-26
* drm/exynos: add crtc disable functionJoonyoung Shim2012-07-26
* drm/exynos: add plane enable/disableJoonyoung Shim2012-07-26
* drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim2012-07-26
* drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-26
* drm/exynos: add property for plane zposJoonyoung Shim2012-07-26
* drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-26
* drm/exynos: use private plane for crtcJoonyoung Shim2012-07-26
* drm/exynos: define to_exynos_plane macroJoonyoung Shim2012-07-26
* drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-26
* drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-26
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-19
* drm/exynos: fixed blending for hdmi graphic layerSeung-Woo Kim2012-06-05
* drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart2012-06-05
* drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart2012-06-04
* drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart2012-06-04
* drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart2012-06-04
* drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M}Ville Syrjälä2012-06-04
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-05-22
|\
| * drm/exynos: add G2D driverJoonyoung Shim2012-05-17
| * drm/exynos: added vp scaling feature for hdmiSeung-Woo Kim2012-05-17
| * drm/exynos: added source size to overlay structureSeung-Woo Kim2012-05-17
| * drm/exynos: add additional display mode for hdmiSeung-Woo Kim2012-05-17
| * drm/exynos: enable dvi mode for dvi monitorSeung-Woo Kim2012-05-17
| * drm/exynos: fixed wrong pageflip finish event for interlace modeSeung-Woo Kim2012-05-17
| * drm/exynos: add PM functions for hdmi and mixerJoonyoung Shim2012-05-08
| * drm/exynos: add dpms for hdmiJoonyoung Shim2012-05-08
| * drm/exynos: use threaded irq for hdmi hotplugJoonyoung Shim2012-05-08
| * drm/exynos: use platform_get_irq_byname for hdmiJoonyoung Shim2012-05-08
| * drm/exynos: cleanup for hdmi platform dataJoonyoung Shim2012-05-08
| * drm/exynos: added a feature to get gem buffer information.Inki Dae2012-05-08
| * drm/exynos: added drm prime feature.Inki Dae2012-05-08
| * drm/exynos: added cache attribute support for gem.Inki Dae2012-05-08
* | drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-22
* | drm: Constify gem_vm_ops pointerLaurent Pinchart2012-05-22
|/
* Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-04-27
|\
| * drm/exynos: added missed vm area region mapping type.Inki Dae2012-04-23
| * drm/exynos: fixed exynos_drm_gem_map_pages bug.Inki Dae2012-04-23
| * drm/exynos: fixed duplicatd memory allocation bug.Inki Dae2012-04-23
* | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-20
|/
* drm/exynos: fix to pointer manager member of struct exynos_drm_subdrvJoonyoung Shim2012-04-12
* drm/exynos: fix struct for operation callback functions to driver nameJoonyoung Shim2012-04-12
* drm/exynos: use define instead of default_win member in struct mixer_contextJoonyoung Shim2012-04-12
* drm/exynos: rename s/HDMI_OVERLAY_NUMBER/MIXER_WIN_NRJoonyoung Shim2012-04-12
* drm/exynos: remove unused codes in hdmi and mixerJoonyoung Shim2012-04-12
* drm/exynos: remove unnecessary type conversion of hdmi and mixerJoonyoung Shim2012-04-12