Series |
drm/vc4: Support BCM2711 Display Pipeline
|
expand
-
[v3,000/105] drm/vc4: Support BCM2711 Display Pipeline
-
[v3,001/105] reset: Move reset-simple header out of drivers/reset
-
[v3,002/105] reset: simple: Add reset callback
-
[v3,003/105] dt-bindings: clock: Add BCM2711 DVP binding
-
[v3,004/105] clk: bcm: Add BCM2711 DVP driver
-
[v3,005/105] ARM: dts: bcm2711: Add HDMI DVP
-
[v3,006/105] dt-bindings: display: Convert VC4 bindings to schemas
-
[v3,007/105] dt-bindings: display: vc4: dpi: Add missing clock-names property
-
[v3,008/105] dt-bindings: display: vc4: dsi: Add missing clock properties
-
[v3,009/105] dt-bindings: display: vc4: hdmi: Add missing clock-names property
-
[v3,010/105] dt-bindings: display: vc4: Document BCM2711 VC5
-
[v3,011/105] drm/vc4: drv: Add include guards
-
[v3,012/105] drm/vc4: drv: Support BCM2711
-
[v3,013/105] dt-bindings: display: Add support for the BCM2711 HVS
-
[v3,014/105] drm/vc4: Add support for the BCM2711 HVS5
-
[v3,015/105] drm/vc4: hvs: Boost the core clock during modeset
-
[v3,016/105] drm/vc4: plane: Improve LBM usage
-
[v3,017/105] drm/vc4: plane: Move planes creation to its own function
-
[v3,018/105] drm/vc4: plane: Move additional planes creation to driver
-
[v3,019/105] drm/vc4: plane: Register all the planes at once
-
[v3,020/105] drm/vc4: plane: Create overlays for any CRTC
-
[v3,021/105] drm/vc4: plane: Create more planes
-
[v3,022/105] drm/vc4: crtc: Rename SoC data structures
-
[v3,023/105] drm/vc4: crtc: Switch to of_device_get_match_data
-
[v3,024/105] drm/vc4: crtc: Move crtc state to common header
-
[v3,025/105] drm/vc4: crtc: Deal with different number of pixel per clock
-
[v3,026/105] drm/vc4: crtc: Use a shared interrupt
-
[v3,027/105] drm/vc4: crtc: Turn static const variable into a define
-
[v3,028/105] drm/vc4: crtc: Restrict HACT_ACT setup to DSI
-
[v3,029/105] drm/vc4: crtc: Move the cob allocation outside of bind
-
[v3,030/105] drm/vc4: crtc: Rename HVS channel to output
-
[v3,031/105] drm/vc4: crtc: Use local chan variable
-
[v3,032/105] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
-
[v3,033/105] drm/vc4: crtc: Assign output to channel automatically
-
[v3,034/105] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
-
[v3,035/105] drm/vc4: crtc: Add function to compute FIFO level bits
-
[v3,036/105] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
-
[v3,037/105] drm/vc4: crtc: Add HDMI1 encoder type
-
[v3,038/105] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
-
[v3,039/105] drm/vc4: crtc: Disable color management for HVS5
-
[v3,040/105] drm/vc4: crtc: Turn pixelvalve reset into a function
-
[v3,041/105] drm/vc4: crtc: Move HVS mode config to HVS file
-
[v3,042/105] drm/vc4: crtc: Move PV dump to config_pv
-
[v3,043/105] drm/vc4: crtc: Move HVS init and close to a function
-
[v3,044/105] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
-
[v3,045/105] drm/vc4: hvs: Make sure our channel is reset
-
[v3,046/105] drm/vc4: hvs: Remove mode_set_nofb
-
[v3,047/105] drm/vc4: crtc: Remove mode_set_nofb
-
[v3,048/105] drm/vc4: crtc: Remove redundant pixelvalve reset
-
[v3,049/105] drm/vc4: crtc: Move HVS channel init before the PV initialisation
-
[v3,050/105] drm/vc4: encoder: Add finer-grained encoder callbacks
-
[v3,051/105] drm/vc4: crtc: Add a delay after disabling the PixelValve output
-
[v3,052/105] drm/vc4: crtc: Clear the PixelValve FIFO on disable
-
[v3,053/105] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
-
[v3,054/105] drm/vc4: hvs: Make the stop_channel function public
-
[v3,055/105] drm/vc4: hvs: Introduce a function to get the assigned FIFO
-
[v3,056/105] drm/vc4: crtc: Move the CRTC disable out
-
[v3,057/105] drm/vc4: drv: Disable the CRTC at boot time
-
[v3,058/105] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
-
[v3,059/105] drm/vc4: crtc: Add BCM2711 pixelvalves
-
[v3,060/105] drm/vc4: crtc: Make state functions public
-
[v3,061/105] drm/vc4: crtc: Split CRTC data in two
-
[v3,062/105] drm/vc4: crtc: Only access the PixelValve registers if we have to
-
[v3,063/105] drm/vc4: crtc: Move the CRTC initialisation to a separate function
-
[v3,064/105] drm/vc4: crtc: Change the HVS5 test for of_device_is_compatible
-
[v3,065/105] drm/vc4: crtc: Move the txp_armed function to the TXP
-
[v3,066/105] drm/vc4: txp: Turn the TXP into a CRTC of its own
-
[v3,067/105] drm/vc4: crtc: Remove the feed_txp tests
-
[v3,068/105] drm/vc4: hdmi: Use debugfs private field
-
[v3,069/105] drm/vc4: hdmi: Move structure to header
-
[v3,070/105] drm/vc4: hdmi: rework connectors and encoders
-
[v3,071/105] drm/vc4: hdmi: Remove DDC argument to connector_init
-
[v3,072/105] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
-
[v3,073/105] drm/vc4: hdmi: Move accessors to vc4_hdmi
-
[v3,074/105] drm/vc4: hdmi: Use local vc4_hdmi directly
-
[v3,075/105] drm/vc4: hdmi: Add container_of macros for encoders and connectors
-
[v3,076/105] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
-
[v3,077/105] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
-
[v3,078/105] drm/vc4: hdmi: Remove vc4_hdmi_connector
-
[v3,079/105] drm/vc4: hdmi: Introduce resource init and variant
-
[v3,080/105] drm/vc4: hdmi: Implement a register layout abstraction
-
[v3,081/105] drm/vc4: hdmi: Add reset callback
-
[v3,082/105] drm/vc4: hdmi: Add PHY init and disable function
-
[v3,083/105] drm/vc4: hdmi: Add PHY RNG enable / disable function
-
[v3,084/105] drm/vc4: hdmi: Add a CSC setup callback
-
[v3,085/105] drm/vc4: hdmi: Store the encoder type in the variant structure
-
[v3,086/105] drm/vc4: hdmi: Deal with multiple debugfs files
-
[v3,087/105] drm/vc4: hdmi: Move CEC init to its own function
-
[v3,088/105] drm/vc4: hdmi: Add CEC support flag
-
[v3,089/105] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
-
[v3,090/105] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
-
[v3,091/105] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
-
[v3,092/105] drm/vc4: hdmi: Use clk_set_min_rate instead
-
[v3,093/105] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
-
[v3,094/105] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
-
[v3,095/105] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.
-
[v3,096/105] drm/vc4: hdmi: Add audio-related callbacks
-
[v3,097/105] drm/vc4: hdmi: Deal with multiple ALSA cards
-
[v3,098/105] drm/vc4: hdmi: Remove register dumps in enable
-
[v3,099/105] drm/vc4: hdmi: Always recenter the HDMI FIFO
-
[v3,100/105] drm/vc4: hdmi: Implement finer-grained hooks
-
[v3,101/105] drm/vc4: hdmi: Do the VID_CTL configuration at once
-
[v3,102/105] drm/vc4: hdmi: Switch to blank pixels when disabled
-
[v3,103/105] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
-
[v3,104/105] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
-
[v3,105/105] ARM: dts: bcm2711: Enable the display pipeline
|