summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/vgem: switch to postcloseDaniel Vetter2017-03-141-2/+2
* drm/doc: Document drm_file.[hc]Daniel Vetter2017-03-141-34/+32Star
* drm: Remove drm_pending_event->pidDaniel Vetter2017-03-143-14/+12Star
* 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/+5Star
* 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-1119-329/+236Star
|\
| * drm: Remove the struct drm_device platformdev fieldLaurent Pinchart2017-02-178-11/+5Star
| * drm: Remove unused drm_platform midlayerLaurent Pinchart2017-02-172-88/+1Star
| * 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/+104Star
* | 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/+0Star
* | 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/+10Star
* | drm: bridge: dw-hdmi: Remove unused functionsLaurent Pinchart2017-03-101-26/+0Star
* | drm: Extract drm_file.hDaniel Vetter2017-03-091-1/+4
* | drm: rename drm_fops.c to drm_file.cDaniel Vetter2017-03-093-5/+2Star
* | drm: Remove drmP.h include from drm_kms_helper_common.cDaniel Vetter2017-03-091-2/+1Star
* | 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/+0Star
* | drm/debugfs: Remove the drm_driver.debugfs_cleanup callbackNoralf Trønnes2017-03-081-5/+0Star
* | drm/msm: Remove msm_debugfs_cleanup()Noralf Trønnes2017-03-087-26/+9Star
* | drm/dp: Add missing description to parameterTomeu Vizoso2017-03-071-0/+1
* | drm: virtio: use kmem_cacheGerd Hoffmann2017-03-072-50/+11Star
* | 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/+0Star
* | 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/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