summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-1417-158/+46
* drm/vgem: switch to postcloseDaniel Vetter2017-03-141-2/+2
* drm/doc: Document drm_file.[hc]Daniel Vetter2017-03-145-114/+354
* drm: Remove drm_pending_event->pidDaniel Vetter2017-03-144-16/+12
* drm: qxl: add missing return checkDan Carpenter2017-03-141-0/+2
* drm: virtio: fix kmem_cache_alloc error checkGerd Hoffmann2017-03-141-2/+2
* drm/tinydrm: fix semicolon.cocci warningskbuild test robot2017-03-141-2/+2
* drm/rockchip: cdn-dp: add more log for video configChris Zhong2017-03-131-0/+4
* drm/rockchip: cdn-dp: Correct PHY register addressChris Zhong2017-03-131-6/+5
* drm/rockchip: cdn-dp: return error code when clk_get_rate failedChris Zhong2017-03-133-4/+5
* Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-1122-336/+236
|\
| * drm: Remove the struct drm_device platformdev fieldLaurent Pinchart2017-02-179-12/+5
| * drm: Remove unused drm_platform midlayerLaurent Pinchart2017-02-174-94/+1
| * drm: exynos: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-177-123/+126
| * drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-172-107/+104
* | 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-102-51/+59
* | drm: bridge: dw-hdmi: Remove device type from platform dataKieran Bingham2017-03-104-12/+0
* | drm: bridge: dw-hdmi: Add support for custom PHY configurationKieran Bingham2017-03-102-35/+81
* | drm: bridge: dw-hdmi: Create PHY operationsLaurent Pinchart2017-03-102-31/+82
* | 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-094-127/+178
* | drm: Remove DRM_MINOR_CNTDaniel Vetter2017-03-091-1/+0
* | drm: rename drm_fops.c to drm_file.cDaniel Vetter2017-03-095-8/+5
* | drm/doc: document fallback behaviour for atomic eventsDaniel Vetter2017-03-091-0/+6
* | drm: Remove drmP.h include from drm_kms_helper_common.cDaniel Vetter2017-03-091-2/+1
* | drm: Extract drm_pci.hDaniel Vetter2017-03-093-39/+89
* | drm: Move drm_lock_data out of drmP.hDaniel Vetter2017-03-092-15/+17
* | drm: Extract drm_prime.hDaniel Vetter2017-03-096-31/+91
* | drm/doc: Add todo about connector_list_iterDaniel Vetter2017-03-091-0/+13
* | 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-082-6/+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-071-0/+10
* | drm: Fix compilation error when CONFIG_DEBUG_FS is undefinedSean Paul2017-03-071-1/+1
* | drm/rockchip: Implement CRC debugfs APITomeu Vizoso2017-03-061-0/+41
* | drm/bridge: analogix_dp: add helpers for capture of frame CRCsTomeu Vizoso2017-03-062-0/+25
* | drm/dp: add helpers for capture of frame CRCsTomeu Vizoso2017-03-062-0/+133
* | drm/dp: add crtc backpointer to drm_dp_auxTomeu Vizoso2017-03-061-0/+2