summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-08fbdev: via-core: use generic power managementVaibhav Gupta2-25/+16
2020-09-08fbdev: lxfb: use generic power managementVaibhav Gupta3-26/+20
2020-09-08fbdev: gxfb: use generic power managementVaibhav Gupta3-25/+20
2020-09-08video: fbdev: sis: fix null ptr dereferenceTom Rix1-6/+5
2020-09-08omapfb: fix spelling mistake "propert" -> "property"Colin Ian King1-1/+1
2020-09-08video: fbdev: ssd1307fb: Added support to Column offsetRodrigo Alencar2-2/+7
2020-09-08video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value errorColin Ian King1-7/+7
2020-09-08fbdev: sm712fb: handle ioremap() errors in probeEvgeny Novikov1-0/+8
2020-09-08fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König12-50/+31
2020-09-08drm/qxl: don't touch mem.bus.offsetChristian König1-3/+3
2020-09-08drm/bridge: dw-mipi-dsi: fix dw_mipi_dsi_debugfs_show/write warningsNeil Armstrong1-2/+2
2020-09-08drm/vkms: Add support for writebackRodrigo Siqueira5-7/+179
2020-09-08drm/vkms: Compute CRC without change input dataRodrigo Siqueira1-12/+22
2020-09-08drm/vkms: Decouple crc operations from composerRodrigo Siqueira1-20/+29
2020-09-07drm/ttm: remove bdev from ttm_ttDave Airlie15-114/+139
2020-09-07drm/vc4: drv: Support BCM2711Maxime Ripard4-13/+40
2020-09-07dt-bindings: display: vc4: Document BCM2711 VC5Maxime Ripard1-0/+1
2020-09-07dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindingsMaxime Ripard1-0/+117
2020-09-07drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard5-0/+1004
2020-09-07drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon2-0/+24
2020-09-07drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard2-0/+12
2020-09-07drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard1-8/+6
2020-09-07drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard1-4/+35
2020-09-07drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard1-20/+26
2020-09-07drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard1-17/+0
2020-09-07drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard2-1/+5
2020-09-07drm/vc4: hdmi: Add audio-related callbacksDave Stevenson2-8/+21
2020-09-07drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.Dave Stevenson1-1/+2
2020-09-07drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streamingDave Stevenson2-0/+14
2020-09-07drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registersDave Stevenson1-1/+8
2020-09-07drm/vc4: hdmi: Use clk_set_min_rate insteadMaxime Ripard1-1/+1
2020-09-07drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard2-41/+41
2020-09-07drm/vc4: hdmi: Rename drm_encoder pointer in mode_validMaxime Ripard1-1/+1
2020-09-07drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV defineMaxime Ripard1-1/+0
2020-09-07drm/vc4: hdmi: Add CEC support flagMaxime Ripard2-0/+7
2020-09-07drm/vc4: hdmi: Move CEC init to its own functionMaxime Ripard1-41/+67
2020-09-07drm/vc4: hdmi: Deal with multiple debugfs filesMaxime Ripard2-1/+7
2020-09-07drm/vc4: hdmi: Store the encoder type in the variant structureMaxime Ripard2-1/+5
2020-09-07drm/vc4: hdmi: Add a set_timings callbackMaxime Ripard2-32/+44
2020-09-07drm/vc4: hdmi: Add a CSC setup callbackMaxime Ripard2-28/+45
2020-09-07drm/vc4: hdmi: Add PHY RNG enable / disable functionMaxime Ripard3-6/+32
2020-09-07drm/vc4: hdmi: Add PHY init and disable functionMaxime Ripard4-7/+46
2020-09-07drm/vc4: hdmi: Add reset callbackMaxime Ripard2-13/+21
2020-09-07drm/vc4: hdmi: Implement a register layout abstractionMaxime Ripard4-308/+464
2020-09-07drm/vc4: hdmi: Introduce resource init and variantMaxime Ripard2-20/+51
2020-09-07drm/vc4: hdmi: Remove vc4_hdmi_connectorMaxime Ripard2-32/+10
2020-09-07drm/vc4: hdmi: Remove vc4_dev hdmi pointerMaxime Ripard2-8/+0
2020-09-07drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our deviceMaxime Ripard2-3/+25
2020-09-07drm/vc4: hdmi: Pass vc4_hdmi to CEC codeMaxime Ripard1-15/+9