summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-09-22drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter3-53/+50
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter2-110/+28
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter5-1001/+1044
2016-09-22drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul1-2/+4
2016-09-21drm: Fix typo in encoder docsDhinakaran Pandiyan1-8/+9
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring1-2/+1
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring1-1/+1
2016-09-21GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring1-2/+2
2016-09-21GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring1-2/+3
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli1-4/+2
2016-09-19drm/fb-helper: Fix sparse warningsVille Syrjälä2-0/+9
2016-09-19drm/blend: Fix sparse warningsVille Syrjälä1-1/+1
2016-09-19drm/atomic-helper: Fix sparse warningsVille Syrjälä1-1/+1
2016-09-19drm: fix implicit declaration build error on ia64Jani Nikula1-0/+1
2016-09-19drm: Extract drm_bridge.hDaniel Vetter1-3/+2
2016-09-19drm: cleanup drm_core_{init,exit}()David Herrmann1-26/+22
2016-09-19drm: drop obsolete drm_core.hDavid Herrmann5-14/+7
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann10-32/+40
2016-09-19drm: remove redundant drm_file->uidDavid Herrmann2-2/+3
2016-09-19Merge tag 'topic/drm-misc-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie18-102/+81
2016-09-15drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen1-0/+4
2016-09-15drm/qxl: squash lines for simple wrapper functionsMasahiro Yamada2-10/+4
2016-09-15drm/bridge: analogix_dp: squash lines for simple wrapper functionsMasahiro Yamada1-16/+4
2016-09-15drm/radeon: squash lines for simple wrapper functionsMasahiro Yamada3-15/+3
2016-09-15drm/amdgpu: squash lines for simple wrapper functionsMasahiro Yamada3-15/+3
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson1-1/+2
2016-09-13Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie2-41/+257
2016-09-13Merge tag 'sunxi-drm-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie10-49/+324
2016-09-13Merge tag 'topic/drm-misc-2016-09-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie7-8/+62
2016-09-12drm/fence: allow fence waiting to be interrupted by userspaceGustavo Padovan2-10/+33
2016-09-12drm: Move property validation to a helper, v2.Maarten Lankhorst3-26/+20
2016-09-12drm/bridge: adv7511: add support for the 2nd chipSergei Shtylyov2-9/+8
2016-09-08drm/sun4i: add missing header dependenciesBaoyou Xie3-0/+3
2016-09-08drm: Fix error path in drm_mode_page_flip_ioctl()Imre Deak1-1/+1
2016-09-08drm/sun4i: Add a DRC driverMaxime Ripard2-1/+119
2016-09-08drm/sun4i: backend: Handle the SATMaxime Ripard2-0/+63
2016-09-08drm/sun4i: support A33 tconMaxime Ripard3-4/+13
2016-09-08drm/sun4i: support TCONs without channel 1Maxime Ripard2-13/+23
2016-09-07drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha2-3/+211
2016-09-07drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha1-38/+46
2016-09-07Revert "drm: Unify handling of blob and object properties"Maarten Lankhorst1-5/+18
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi3-0/+32
2016-09-06drm: fix signed integer overflowXie XiuQi1-1/+1
2016-09-06drm/atomic: Reject properties not part of the object.Maarten Lankhorst1-1/+10
2016-09-02Merge tag 'tilcdc-4.9-fixes' of https://github.com/jsarha/linux into drm-nextDave Airlie9-30/+82
2016-09-02Merge tag 'drm-vc4-next-2016-08-29' of https://github.com/anholt/linux into d...Dave Airlie4-19/+77
2016-09-01drm/tilcdc: Choose console BPP that supports RGBJyri Sarha6-19/+9
2016-09-01drm/tilcdc: Add blue-and-red-crossed devicetree propertyJyri Sarha3-6/+48
2016-09-01drm/tilcdc: Write DMA base and ceiling address with single instructionJyri Sarha2-2/+22
2016-09-01drm/tilcdc: Remove drm_helper_disable_unused_functions() callJyri Sarha1-2/+0