summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2017-06-06drm/i915: Workaround VLV/CHV DSI scanline counter hardware failVille Syrjälä-0/+30
2017-06-06drm: kirin: Fix drm_of_find_panel_or_bridge conversionJohn Stultz-1/+1
2017-06-06drm/i915: Remove dead code from runtime resume handlerVille Syrjälä-3/+0
2017-06-06gpu: ipu-v3: Fix CSI selection for VDICMarek Vasut-7/+8
2017-06-06drm/imx: imx-ldb: Accept drm_of_find_panel_or_bridge failureLeonard Crestez-1/+1
2017-06-06gpu: ipu-v3: pre: only use internal clock gatingLucas Stach-8/+5
2017-06-06Merge tag 'exynos-drm-next-for-v4.13' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie-296/+187
2017-06-06Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm...Dave Airlie-1706/+1990
2017-06-06Merge tag 'drm-misc-fixes-2017-06-02' of git://anongit.freedesktop.org/git/dr...Dave Airlie-20/+32
2017-06-06Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-fixesDave Airlie-38/+27
2017-06-06drm/nouveau/tmr: fully separate alarm execution/pending listsBen Skeggs-3/+5
2017-06-06drm/nouveau: enable autosuspend only when it'll actually be usedBen Skeggs-2/+2
2017-06-06drm/nouveau: replace multiple open-coded runpm support checks with functionBen Skeggs-32/+18
2017-06-06drm/nouveau/kms/nv50: add null check before pointer dereferenceGustavo A. R. Silva-1/+2
2017-06-05drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt-149/+14
2017-06-05drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt-7/+1
2017-06-05drm/vc4: Switch DPI to using the panel-bridge helper.Eric Anholt-134/+30
2017-06-05drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.Eric Anholt-135/+21
2017-06-05drm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge.Eric Anholt-141/+228
2017-06-05drm/bridge/synopsys: dw-hdmi: Use bridge->mode_valid() callbackJose Abreu-35/+23
2017-06-05drm: zte: use devm_of_platform_populate()Benjamin Gaignard-1/+1
2017-06-03drm/etnaviv: restore ETNA_PREP_NOSYNC behaviourLucas Stach-10/+14
2017-06-02drm/i915/cnp: Panel Power sequence changes for CNP PCH.Rodrigo Vivi-6/+6
2017-06-02drm/i915/cnp: add CNP gmbus supportRodrigo Vivi-6/+20
2017-06-02drm/i915/cnp: Backlight support for CNP.Rodrigo Vivi-0/+96
2017-06-02drm/i915/cnp: Get/set proper Raw clock frequency on CNP.Rodrigo Vivi-1/+33
2017-06-02drm/i915/cnp: Add PCI ID for Cannonpoint LP PCHDhinakaran Pandiyan-1/+11
2017-06-02drm/i915/cnp: Introduce Cannonpoint PCH.Rodrigo Vivi-2/+10
2017-06-02drm/vc4: Mark the device as active when enabling runtime PM.Eric Anholt-0/+1
2017-06-02Merge tag 'drm-dp-quirk-for-v4.12-rc4' of git://people.freedesktop.org/~airli...Linus Torvalds-58/+115
2017-06-02drm: Fix oops + Xserver hang when unplugging USB drm devicesHans de Goede-1/+6
2017-06-02drm/i915: Allow kswapd to pause the device whilst reapingChris Wilson-0/+9
2017-06-02drm/i915: return the correct usable aperture size under gvt environmentWeinan Li-15/+34
2017-06-02drm/atmel-hlcdc: Use crtc->mode_valid() callbackJose Abreu-9/+11
2017-06-02drm/omap: fix tiled buffer stride calculationsTomi Valkeinen-2/+2
2017-06-02drm/omap: fix YUV422 90/270 rotation with mirroringTomi Valkeinen-2/+2
2017-06-02drm/omap: fix YUV422 rotation with TILERTomi Valkeinen-2/+32
2017-06-02drm/omap: pass rotation to dispcTomi Valkeinen-0/+2
2017-06-02drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen-17/+10
2017-06-02drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen-39/+31
2017-06-02drm/omap: remove omap_drm_winTomi Valkeinen-52/+21
2017-06-02drm/omap: add drm_rotation_to_tiler helper()Tomi Valkeinen-25/+31
2017-06-02drm/omap: rename color_mode to fourccTomi Valkeinen-63/+58
2017-06-02drm/omap: cleanup formats arrayTomi Valkeinen-29/+20
2017-06-02drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen-32/+7
2017-06-02drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen-160/+148
2017-06-02drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen-35/+35
2017-06-02drm/omap: change supported_modes to an arrayTomi Valkeinen-72/+103
2017-06-02drm/omap: remove unneeded prototypesTomi Valkeinen-5/+0
2017-06-02drm/omap: add format_is_yuv() helperTomi Valkeinen-33/+23