summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard2017-10-176-80/+67
* drm/sun4i: tcon: Make tcon_get_clk_delay mode argument constMaxime Ripard2017-10-171-1/+1
* drm/sun4i: tcon: Make tcon_set_mux mode argument constMaxime Ripard2017-10-172-4/+4
* drm/sun4i: Realign Makefile padding and reorder itMaxime Ripard2017-10-171-16/+17
* drm/sun4i: Implement endpoint parsing using kfifoMaxime Ripard2017-10-171-58/+13
* drm/sun4i: backend: Offset layer buffer address by DRAM starting addressChen-Yu Tsai2017-10-171-0/+7
* drm/atomic: Check for busy planes/connectors before setting the commitMaarten Lankhorst2017-10-171-9/+8
* drm/atomic: Make atomic helper track newly assigned planes correctly, v2.Maarten Lankhorst2017-10-171-1/+1
* drm/udl: Reading all edid blocks in DRM/UDL driverRobert Tarasov2017-10-161-38/+68
* drm/udl: Fixed problem with UDL adpater reconnectionRobert Tarasov2017-10-164-26/+72
* drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed2017-10-163-10/+10
* drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed2017-10-164-17/+17
* drm/gem-cma-helper: Change the level of the allocation failure messageBoris BREZILLON2017-10-161-1/+1
* 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-131-5/+15
* drm/vc4: Move the DSI clock divider workaround closer to the clock call.Eric Anholt2017-10-131-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-131-33/+0
* 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
* 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-112-6/+92
* 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
* 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-101-0/+33
* drm/bridge: make drm_panel_bridge_remove more robustbenjamin.gaignard@linaro.org2017-10-101-1/+9
OpenPOWER on IntegriCloud