summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: Extract drm_plane.[hc]Daniel Vetter2016-09-229-1583/+1681
* 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: fix documentation errorEmilio López2016-09-201-8/+5
* 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-193-5/+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: Move all decl for drm_edid.c to drm_edid.hDaniel Vetter2016-09-193-29/+34
* drm: Extract drm_bridge.hDaniel Vetter2016-09-197-189/+237
* drm: Move a few macros away from drm_crtc.hDaniel Vetter2016-09-196-34/+64
* drm: cleanup drm_core_{init,exit}()David Herrmann2016-09-191-26/+22
* drm: drop obsolete drm_core.hDavid Herrmann2016-09-196-48/+7
* drm: use drm_file to tag vm-bosDavid Herrmann2016-09-1911-41/+51
* drm: remove redundant drm_file->uidDavid Herrmann2016-09-193-3/+3
* Merge tag 'topic/drm-misc-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-1919-104/+84
|\
| * 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-123-12/+36
| * 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-136-55/+368
|\ \
| * | ARM: dts: am335x-boneblack: Add HDMI audio supportJyri Sarha2016-09-071-4/+67
| * | drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha2016-09-075-5/+239
| * | drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha2016-09-072-48/+64
| * | Merge commit 'efc9194bcff84' ("ASoC: hdmi-codec: callback function will be ca...Russell King2016-09-072-12/+16
| |\ \
* | \ \ Merge tag 'sunxi-drm-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2016-09-1311-51/+365
|\ \ \ \
| * | | | drm/sun4i: add missing header dependenciesBaoyou Xie2016-09-083-0/+3
| * | | | drm/sun4i: Add a DRC driverMaxime Ripard2016-09-083-1/+143
| * | | | drm/sun4i: backend: Handle the SATMaxime Ripard2016-09-083-0/+71
| * | | | drm/sun4i: support A33 tconMaxime Ripard2016-09-084-6/+22
| * | | | 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-138-8/+99
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | drm: Fix error path in drm_mode_page_flip_ioctl()Imre Deak2016-09-081-1/+1
| * | | | Revert "drm: Unify handling of blob and object properties"Maarten Lankhorst2016-09-071-5/+18
OpenPOWER on IntegriCloud