aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAge
...
| * | drm/exynos: add pid to g2d_runqueue_nodeInki Dae2012-10-03
| * | drm/exynos: Disable plane when releasedInki Dae2012-10-03
| * | drm/exynos: update crtc to plane safelyInki Dae2012-10-03
| * | drm/exynos: check NV12M format specific to Exynos properlyInki Dae2012-10-03
| * | drm/exynos: make sure that hardware overlay for hdmi is disabledInki Dae2012-10-03
| * | drm/exynos: make sure that hardware overlay for fimd is disabledInki Dae2012-10-03
| * | drm/exynos: add wait_for_vblank callback interface.Inki Dae2012-10-03
| * | drm/exynos: fixed duplicated mode setting.Inki Dae2012-10-03
| * | drm/exynos: separeated fimd_power_on into some parts.Inki Dae2012-10-03
| * | drm/exynos: separated subdrv_probe function into two parts.Inki Dae2012-10-03
| * | drm/exynos: added device object to subdrv's remove callback as argumentInki Dae2012-10-03
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\| |
| * | drm: refcnt drm_framebuffer (v4.1)Rob Clark2012-10-02
| * | Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-24
| |\ \
| * | | drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-23
| | |/ | |/|
* | | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-03
|\ \ \
| * | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
| * | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-02
| | |/ | |/|
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\ \ \ | |/ / |/| |
| * | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
| |/
* | drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-12
* | drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines2012-09-12
* | drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-12
* | drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat2012-09-12
* | drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat2012-09-12
* | drm/exynos: Make g2d_pm_ops staticSachin Kamat2012-09-12
* | drm/exynos: Add dependency for G2D in KconfigSachin Kamat2012-09-12
* | drm/exynos: fixed page align bug.Inki Dae2012-09-12
* | drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer2012-09-12
* | drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat2012-09-12
* | drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat2012-09-12
* | drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat2012-09-12
* | drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat2012-09-12
* | drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat2012-09-12
* | drm: use drm_compat_ioctl for 32-bit appsKeith Packard2012-09-05
|/
* drm/exynos: fixed exception to page allocation failureInki Dae2012-07-26
* drm/exynos: use __free_page() to deallocate memoryInki Dae2012-07-26
* drm/exynos: fixed a comment to gem size.Inki Dae2012-07-26
* drm/exynos: removed unnecessary variableInki Dae2012-07-26
* drm/exynos: do not release memory region from exporter.Inki Dae2012-07-26
* drm/exynos: set buffer type from exporter.Inki Dae2012-07-26
* drm/exynos: use alloc_page() to allocate pages.Inki Dae2012-07-26
* drm/exynos: fixed build warning.Inki Dae2012-07-26
* drm/exynos: fixed edid data setting at vidi connection requestInki Dae2012-07-26
* drm/exynos: check if raw edid data is fake or not for testInki Dae2012-07-26
* drm/exynos: set edid fake data only for test.Inki Dae2012-07-26
* drm/exynos: removed unnecessary declaration.Inki Dae2012-07-26
* drm/exynos: fix buffer pitch calculationCooper Yuan2012-07-26
* drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-26
* drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-26