summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/via: use ARRAY_SIZEJérémy Lefaure2017-10-161-6/+4
* drm/gma500: use ARRAY_SIZEJérémy Lefaure2017-10-161-5/+4
* drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set functionChen-Yu Tsai2017-10-161-10/+16
* drm/sun4i: hdmi: Document PAD_CTRL1 output invert bitsChen-Yu Tsai2017-10-161-0/+5
* drm/sun4i: backend: Add comment explaining why registers are clearedChen-Yu Tsai2017-10-161-1/+8
* drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memoryChen-Yu Tsai2017-10-161-13/+2
* drm/sun4i: backend: Create regmap after access is possibleChen-Yu Tsai2017-10-161-7/+7
* drm/sun4i: don't add components that are already in the queueChen-Yu Tsai2017-10-161-0/+16
* drm/vc4: Fix pitch setup for T-format scanout.Eric Anholt2017-10-141-5/+15
* drm/vc4: Move the DSI clock divider workaround closer to the clock call.Eric Anholt2017-10-141-6/+6
* drm: Replace kzalloc with kcallocHarsha Sharma2017-10-133-4/+4
* drm/tinydrm: Remove explicit .best_encoder assignmentHaneen Mohammed2017-10-131-1/+0
* drm/tinydrm: Replace dev_error with DRM_DEV_ERRORHarsha Sharma2017-10-133-22/+20
* drm/drm_of: Move drm_of_panel_bridge_remove_function into header.Maarten Lankhorst2017-10-132-36/+26
* drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()Thierry Reding2017-10-131-1/+1
* drm/atomic-helper: Fix typoThierry Reding2017-10-131-1/+1
* drm: Add missing __user annotation to drm_syncobj_array_find()Ville Syrjälä2017-10-131-1/+2
* drm/rockchip: add PINCTRL dependency for LVDSArnd Bergmann2017-10-131-0/+1
* drm/kirin: Checking for IS_ERR() instead of NULLDan Carpenter2017-10-121-2/+2
* driver:gpu: return -ENOMEM on allocation failure.Allen Pais2017-10-121-1/+1
* drm/vblank: Fix flip event vblank countVille Syrjälä2017-10-121-1/+1
* drm/dp: WARN about invalid/unknown link rates and bw codesJani Nikula2017-10-111-2/+5
* Merge tag 'regmap-poll-field' of git://git.kernel.org/pub/scm/linux/kernel/gi...Daniel Vetter2017-10-111-0/+39
|\
| * regmap: add iopoll-like polling macro for regmap_fieldChen-Yu Tsai2017-10-041-0/+39
* | drm/msm/mdp5: remove less than 0 comparison for unsigned valueAishwarya Pant2017-10-111-1/+1
* | drm/bridge/sii8620: add remote control supportMaciej Purski2017-10-113-6/+96
* | drm/sun4i: hdmi: Add support for A31's HDMI controllerChen-Yu Tsai2017-10-112-0/+61
* | drm/sun4i: hdmi: Add A31 specific DDC register definitionsChen-Yu Tsai2017-10-111-0/+31
* | drm/sun4i: hdmi: Add support for controller hardware variantsChen-Yu Tsai2017-10-115-97/+369
* | dt-bindings: display: sun4i: Add binding for A31 HDMI controllerChen-Yu Tsai2017-10-111-0/+3
* | drm/sun4i: hdmi: Allow using second PLL as TMDS clk parentChen-Yu Tsai2017-10-111-24/+29
* | drm/sun4i: hdmi: create a regmap for later useChen-Yu Tsai2017-10-112-0/+16
* | drm/sun4i: hdmi: Disable clks in bind function error path and unbind functionChen-Yu Tsai2017-10-111-5/+14
* | drm/sun4i: tcon: Add support for demuxing TCON output on A31Chen-Yu Tsai2017-10-111-0/+47
* | drm/sun4i: tcon: Add variant callback for TCON output muxingChen-Yu Tsai2017-10-112-18/+32
* | drm/bridge/synopsys: dsi :remove is_panel_bridgebenjamin.gaignard@linaro.org2017-10-101-4/+1
* | drm/vc4: remove bridge from driver internal structurebenjamin.gaignard@linaro.org2017-10-101-11/+6
* | drm/stm: ltdc: remove bridge from driver internal structurebenjamin.gaignard@linaro.org2017-10-102-13/+5
* | drm/drm_of: add drm_of_panel_bridge_remove functionbenjamin.gaignard@linaro.org2017-10-102-0/+41
* | drm/bridge: make drm_panel_bridge_remove more robustbenjamin.gaignard@linaro.org2017-10-101-1/+9
* | dma-fence: fix dma_fence_get_rcu_safe v2Christian König2017-10-091-1/+4
* | dma-buf: make reservation_object_copy_fences rcu saveChristian König2017-10-091-14/+42
* | drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume()Jeffy Chen2017-10-091-0/+1
* | drm: adv7511/33: add HDMI CEC supportHans Verkuil2017-10-096-58/+485
* | dt-bindings: adi,adv7511.txt: document cec clockHans Verkuil2017-10-091-0/+4
* | drm/gem-fb-helper: Improve documentationNoralf Trønnes2017-10-081-30/+52
* | drm/panel: Add support for the Raspberry Pi 7" Touchscreen.Eric Anholt2017-10-063-0/+523
* | dt-bindings: Document the Raspberry Pi Touchscreen nodes.Eric Anholt2017-10-061-0/+49
* | drm/bridge: add Silicon Image SiI9234 driverMaciej Purski2017-10-064-0/+1052
* | drm/atomic: Make atomic iterators less surprisingMaarten Lankhorst2017-10-061-43/+42