summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm: bridge: dw-hdmi: Move the driver to a separate directory.Laurent Pinchart2017-03-109-27/+31
* drm: bridge: dw-hdmi: Switch to regmap for register accessNeil Armstrong2017-03-101-51/+58
* drm: bridge: dw-hdmi: Remove device type from platform dataKieran Bingham2017-03-103-5/+0
* drm: bridge: dw-hdmi: Add support for custom PHY configurationKieran Bingham2017-03-101-35/+74
* drm: bridge: dw-hdmi: Create PHY operationsLaurent Pinchart2017-03-101-29/+66
* drm: bridge: dw-hdmi: Fix the PHY power up sequenceLaurent Pinchart2017-03-101-28/+37
* drm: bridge: dw-hdmi: Fix the PHY power down sequenceLaurent Pinchart2017-03-101-9/+43
* drm: bridge: dw-hdmi: Enable CSC even for DVINeil Armstrong2017-03-101-2/+2
* drm: bridge: dw-hdmi: Move CSC configuration out of PHY codeLaurent Pinchart2017-03-101-15/+10
* drm: bridge: dw-hdmi: Remove unused functionsLaurent Pinchart2017-03-101-26/+0
* drm: Extract drm_file.hDaniel Vetter2017-03-091-1/+4
* drm: rename drm_fops.c to drm_file.cDaniel Vetter2017-03-093-5/+2
* drm: Remove drmP.h include from drm_kms_helper_common.cDaniel Vetter2017-03-091-2/+1
* drm: Extract drm_pci.hDaniel Vetter2017-03-091-0/+7
* drm: Extract drm_prime.hDaniel Vetter2017-03-091-1/+2
* drm/qxl: Remove qxl_debugfs_remove_files()Noralf Trønnes2017-03-093-15/+0
* drm/debugfs: Remove the drm_driver.debugfs_cleanup callbackNoralf Trønnes2017-03-081-5/+0
* drm/msm: Remove msm_debugfs_cleanup()Noralf Trønnes2017-03-087-26/+9
* drm/dp: Add missing description to parameterTomeu Vizoso2017-03-071-0/+1
* drm: virtio: use kmem_cacheGerd Hoffmann2017-03-072-50/+11
* qxl: fix qxl_conn_get_modesGerd Hoffmann2017-03-071-10/+12
* qxl: read monitors config at bootGerd Hoffmann2017-03-071-0/+5
* qxl: limit monitor config read retriesGerd Hoffmann2017-03-071-8/+12
* qxl: drop mode_info.modes & related code.Gerd Hoffmann2017-03-072-24/+0
* drm: qxl: Don't alloc fbdev if emulation is not supportedGabriel Krisman Bertazi2017-03-071-1/+8
* drm/rockchip: Fix link error when CONFIG_DRM_ANALOGIX_DP undefinedSean Paul2017-03-061-0/+10
* drm/rockchip: Implement CRC debugfs APITomeu Vizoso2017-03-061-0/+41
* drm/bridge: analogix_dp: add helpers for capture of frame CRCsTomeu Vizoso2017-03-061-0/+22
* drm/dp: add helpers for capture of frame CRCsTomeu Vizoso2017-03-061-0/+126
* drm/blend: Use new atomic iterator macros.Maarten Lankhorst2017-03-061-11/+11
* drm/atomic: Convert get_existing_state callers to get_old/new_state, v4.Maarten Lankhorst2017-03-064-30/+30
* drm/atomic: Make drm_atomic_plane_disabling easier to understand.Maarten Lankhorst2017-03-062-4/+5
* drm/atomic: Fix atomic helpers to use the new iterator macros, v3.Maarten Lankhorst2017-03-061-216/+230
* drm: bridge: lvds-encoder: Add thine,thc63lvdm83d compatible stringLaurent Pinchart2017-03-051-0/+1
* drm: bridge: vga-dac: Add adi,adv7123 compatible stringLaurent Pinchart2017-03-051-0/+1
* drm: bridge: Add LVDS encoder driverLaurent Pinchart2017-03-053-0/+219
* drm/bridge: Drivers for megachips-stdpxxxx-ge-b850v3-fw (LVDS-DP++)Peter Senna Tschudin2017-03-053-0/+440
* drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.Eric Anholt2017-03-021-0/+8
* drm/vc4: Fulfill user BO creation requests from the kernel BO cache.Eric Anholt2017-03-021-6/+7
* Revert "drm/i915: Implement Link Rate fallback on Link training failure"Daniel Vetter2017-03-023-50/+2
* drm/fb-helper: implement ioctl FBIO_WAITFORVSYNCMaxime Ripard2017-03-021-0/+68
* drm: Update drm_fbdev_cma_init documentationGabriel Krisman Bertazi2017-03-011-1/+0
* drm/rockchip/dsi: add dw-mipi power domain supportChris Zhong2017-03-011-0/+16
* drm/rockchip/dsi: fix insufficient bandwidth of some panelChris Zhong2017-03-011-2/+2
* drm/rockchip/dsi: remove mode_valid functionChris Zhong2017-03-011-39/+0
* drm/rockchip/dsi: dw-mipi: correct the coding styleChris Zhong2017-03-011-15/+14
* drm/rockchip/dsi: dw-mipi: support RK3399 mipi dsiChris Zhong2017-03-011-10/+62
* drm/rockchip: dw-mipi-dsi: add reset controlJohn Keeping2017-03-011-0/+31
* drm/rockchip: dw-mipi-dsi: support non-burst modesJohn Keeping2017-03-011-8/+13
* drm/rockchip: dw-mipi-dsi: defer probe if panel is not loadedJohn Keeping2017-03-011-3/+18