summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm: Distinguish no name from ENOMEM in set_unique()Tom Gundersen2016-09-221-0/+3
* drm/doc: Document color space handlingDaniel Vetter2016-09-221-0/+48
* drm: Extract drm_color_mgmt.[hc]Daniel Vetter2016-09-224-221/+253
* drm/doc: Polish plane composition property docsDaniel Vetter2016-09-222-18/+131
* drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter2016-09-223-53/+50
* drm/doc: Polish for drm_plane.[hc]Daniel Vetter2016-09-222-110/+28
* drm: Extract drm_plane.[hc]Daniel Vetter2016-09-225-1001/+1044
* drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul2016-09-211-2/+4
* drm: Fix typo in encoder docsDhinakaran Pandiyan2016-09-211-8/+9
* GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring2016-09-211-2/+1
* GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring2016-09-211-1/+1
* GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring2016-09-211-2/+2
* GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring2016-09-211-2/+3
* dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli2016-09-201-4/+2
* drm/fb-helper: Fix sparse warningsVille Syrjälä2016-09-192-0/+9
* drm/blend: Fix sparse warningsVille Syrjälä2016-09-191-1/+1
* drm/atomic-helper: Fix sparse warningsVille Syrjälä2016-09-191-1/+1
* drm: fix implicit declaration build error on ia64Jani Nikula2016-09-191-0/+1
* drm: Extract drm_bridge.hDaniel Vetter2016-09-191-3/+2
* drm: cleanup drm_core_{init,exit}()David Herrmann2016-09-191-26/+22
* drm: drop obsolete drm_core.hDavid Herrmann2016-09-195-14/+7
* drm: use drm_file to tag vm-bosDavid Herrmann2016-09-1910-32/+40
* drm: remove redundant drm_file->uidDavid Herrmann2016-09-192-2/+3
* Merge tag 'topic/drm-misc-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-1918-102/+81
|\
| * drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen2016-09-151-0/+4
| * drm/qxl: squash lines for simple wrapper functionsMasahiro Yamada2016-09-152-10/+4
| * drm/bridge: analogix_dp: squash lines for simple wrapper functionsMasahiro Yamada2016-09-151-16/+4
| * drm/radeon: squash lines for simple wrapper functionsMasahiro Yamada2016-09-153-15/+3
| * drm/amdgpu: squash lines for simple wrapper functionsMasahiro Yamada2016-09-153-15/+3
| * dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson2016-09-131-1/+2
| * drm/fence: allow fence waiting to be interrupted by userspaceGustavo Padovan2016-09-122-10/+33
| * drm: Move property validation to a helper, v2.Maarten Lankhorst2016-09-123-26/+20
| * drm/bridge: adv7511: add support for the 2nd chipSergei Shtylyov2016-09-122-9/+8
* | Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie2016-09-132-41/+257
|\ \
| * | drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha2016-09-072-3/+211
| * | drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha2016-09-071-38/+46
* | | Merge tag 'sunxi-drm-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2016-09-1310-49/+324
|\ \ \
| * | | drm/sun4i: add missing header dependenciesBaoyou Xie2016-09-083-0/+3
| * | | drm/sun4i: Add a DRC driverMaxime Ripard2016-09-082-1/+119
| * | | drm/sun4i: backend: Handle the SATMaxime Ripard2016-09-082-0/+63
| * | | drm/sun4i: support A33 tconMaxime Ripard2016-09-083-4/+13
| * | | drm/sun4i: support TCONs without channel 1Maxime Ripard2016-09-082-13/+23
| * | | drm/sun4i: Clear encoder->bridge if a bridge is not foundChen-Yu Tsai2016-09-011-4/+6
| * | | drm/sun4i: rgb: add missing calls to drm_panel_{prepare,unprepare}Jonathan Liu2016-08-301-2/+6
| * | | drm/sun4i: Remove redundant dev_err call in sun4i_tcon_init_regmap()Wei Yongjun2016-08-271-3/+1
| * | | drm/sun4i: Add bridge supportMaxime Ripard2016-08-224-19/+87
| * | | drm/sun4i: Move panel retrieval in RGB connectorMaxime Ripard2016-08-223-11/+9
| * | | drm/sun4i: Store TCON's device structure pointerMaxime Ripard2016-08-222-0/+2
* | | | Merge tag 'topic/drm-misc-2016-09-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-137-8/+62
|\ \ \ \ | | |_|/ | |/| |
| * | | drm: Fix error path in drm_mode_page_flip_ioctl()Imre Deak2016-09-081-1/+1