index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_vidi.c
Age
Commit message (
Expand
)
Author
2013-07-29
drm/exynos: Remove module.h header inclusion
Sachin Kamat
2013-07-04
drm/exynos: remove dead code in vidi_power_on
YoungJun Cho
2013-06-28
drm/exynos: Remove tracking log functions
YoungJun Cho
2013-06-28
drm/exynos: hdmi: use drm_display_mode to check the supported modes
Rahul Sharma
2013-06-28
drm/exynos: fix WINDOWS_NR checking to vidi driver
Inki Dae
2013-05-23
drm/exynos: cleanup device pointer usages
Seung-Woo Kim
2013-03-20
drm/exynos: Replaced kzalloc & memcpy with kmemdup
Alexandru Gheorghiu
2013-01-25
drm/exynos: added validation of edid for vidi connection
Seung-Woo Kim
2013-01-25
drm/exynos: let drm handle edid allocations
Rahul Sharma
2013-01-09
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-01-07
drm/exynos: move finish page flip to a common place
Rahul Sharma
2013-01-03
Drivers: gpu: remove __dev* attributes.
Greg Kroah-Hartman
2012-12-13
drm/exynos: remove unused vaddr member
YoungJun Cho
2012-11-29
drm/exynos: fix lockdep for event_lock wrt. vbl_time_lock
Imre Deak
2012-11-29
drm/exynos: call drm_vblank_put for each queued flip event
Imre Deak
2012-10-07
Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...
Dave Airlie
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-04
drm/exynos: support drm_wait_vblank feature for VIDI
Inki Dae
2012-10-04
drm/exynos: added device object to subdrv's remove callback as argument
Inki Dae
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
2012-09-13
drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file
Sachin Kamat
2012-08-23
drm: remove the raw_edid field from struct drm_display_info
Jani Nikula
2012-07-27
drm/exynos: fixed build warning.
Inki Dae
2012-07-27
drm/exynos: fixed edid data setting at vidi connection request
Inki Dae
2012-07-27
drm/exynos: check if raw edid data is fake or not for test
Inki Dae
2012-07-27
drm/exynos: set edid fake data only for test.
Inki Dae
2012-07-27
drm/exynos: removed unnecessary declaration.
Inki Dae
2012-04-12
drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv
Joonyoung Shim
2012-03-21
drm/exynos: added virtual display driver.
Inki Dae