aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-16drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set functionChen-Yu Tsai1-10/+16
2017-10-16drm/sun4i: hdmi: Document PAD_CTRL1 output invert bitsChen-Yu Tsai1-0/+5
2017-10-16drm/sun4i: backend: Add comment explaining why registers are clearedChen-Yu Tsai1-1/+8
2017-10-16drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memoryChen-Yu Tsai1-13/+2
2017-10-16drm/sun4i: backend: Create regmap after access is possibleChen-Yu Tsai1-7/+7
2017-10-16drm/sun4i: don't add components that are already in the queueChen-Yu Tsai1-0/+16
2017-10-11drm/sun4i: hdmi: Add support for A31's HDMI controllerChen-Yu Tsai2-0/+61
2017-10-11drm/sun4i: hdmi: Add A31 specific DDC register definitionsChen-Yu Tsai1-0/+31
2017-10-11drm/sun4i: hdmi: Add support for controller hardware variantsChen-Yu Tsai5-97/+369
2017-10-11drm/sun4i: hdmi: Allow using second PLL as TMDS clk parentChen-Yu Tsai1-24/+29
2017-10-11drm/sun4i: hdmi: create a regmap for later useChen-Yu Tsai2-0/+16
2017-10-11drm/sun4i: hdmi: Disable clks in bind function error path and unbind functionChen-Yu Tsai1-5/+14
2017-10-11drm/sun4i: tcon: Add support for demuxing TCON output on A31Chen-Yu Tsai1-0/+47
2017-10-11drm/sun4i: tcon: Add variant callback for TCON output muxingChen-Yu Tsai2-18/+32
2017-10-03Merge airlied/drm-next into drm-misc-nextDaniel Vetter11-121/+341
2017-10-03BackMerge tag 'v4.14-rc3' into drm-nextDave Airlie2-2/+2
2017-10-01drm/sun4i: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie3-39/+251
2017-09-22drm/sun4i: cec: Enable back CEC-pin frameworkHans Verkuil2-2/+2
2017-09-09drm/sun4i: call drm_vblank_init with correct number of crtcsChen-Yu Tsai1-5/+5
2017-09-09drm/sun4i: tcon: Support backend input muxChen-Yu Tsai2-2/+26
2017-09-09drm/sun4i: tcon: Simplify sun4i_tcon_find_engine_traverse for one inputChen-Yu Tsai1-26/+25
2017-09-09drm/sun4i: tcon: get TCON ID and matching engine with remote endpoint IDChen-Yu Tsai1-3/+118
2017-09-09drm/sun4i: tcon: Check for multiple paths between TCONs and backendsChen-Yu Tsai1-0/+14
2017-09-09drm/sun4i: add components in breadth first traversal orderChen-Yu Tsai1-9/+72
2017-09-08drm/sun4i: tcon: Unconditionally reset the TCONChen-Yu Tsai1-4/+1
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds13-140/+348
2017-08-25Merge tag 'sunxi-drm-for-4.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-nextDave Airlie1-1/+1
2017-08-23drm/sun4i: use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-08-21Merge tag 'sunxi-drm-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-nextDave Airlie9-120/+332
2017-08-09drm/sun4i: make drm_connector_funcs structures constBhumika Goyal2-2/+2
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter3-3/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky2-2/+2
2017-07-29drm/sun4i: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-5/+4
2017-07-18sun4i_hdmi: add CEC supportHans Verkuil3-1/+71
2017-07-18drm/sun4i: tcon: remove unused functionMaxime Ripard1-2/+0
2017-07-18drm/sun4i: Remove useless atomic_checkMaxime Ripard3-23/+0
2017-07-18drm/sun4i: Add if statement instead of depends onMaxime Ripard1-3/+4
2017-07-17drm/sun4i: Implement drm_driver lastclose to restore fbdev consoleJonathan Liu1-0/+8
2017-07-17drm/sun4i: hdmi: Implement I2C adapter for A10s DDC busJonathan Liu4-90/+256
2017-07-17drm/sun4i: constify drm_plane_helper_funcsArvind Yadav1-1/+1
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-16Merge tag 'sunxi-drm-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-nextDave Airlie23-99/+2164
2017-06-01drm/sun4i: Add compatible for the A10s pipelineMaxime Ripard1-0/+1
2017-06-01drm/sun4i: Add HDMI supportMaxime Ripard6-0/+1023
2017-06-01drm/sun4i: Ignore the generic connectors for componentsMaxime Ripard1-0/+12
2017-06-01drm/sun4i: tcon: multiply the vtotal when not in interlaceMaxime Ripard1-4/+22