Age | Commit message (Expand) | Author | Files | Lines |
2020-09-07 | drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our device | Maxime Ripard | 2 | -3/+25 |
2020-09-07 | drm/vc4: hdmi: Pass vc4_hdmi to CEC code | Maxime Ripard | 1 | -15/+9 |
2020-09-07 | drm/vc4: hdmi: Add container_of macros for encoders and connectors | Maxime Ripard | 2 | -29/+28 |
2020-09-07 | drm/vc4: hdmi: Use local vc4_hdmi directly | Maxime Ripard | 1 | -6/+6 |
2020-09-07 | drm/vc4: hdmi: Move accessors to vc4_hdmi | Maxime Ripard | 2 | -18/+12 |
2020-09-07 | drm/vc4: hdmi: Rename hdmi to vc4_hdmi | Maxime Ripard | 1 | -141/+142 |
2020-09-07 | drm/vc4: hdmi: Remove DDC argument to connector_init | Maxime Ripard | 1 | -4/+3 |
2020-09-07 | drm/vc4: hdmi: rework connectors and encoders | Maxime Ripard | 2 | -79/+72 |
2020-09-07 | drm/vc4: hdmi: Move structure to header | Maxime Ripard | 2 | -75/+87 |
2020-09-07 | drm/vc4: hdmi: Use debugfs private field | Maxime Ripard | 1 | -3/+1 |
2020-09-07 | drm/vc4: crtc: Add BCM2711 pixelvalves | Maxime Ripard | 2 | -2/+100 |
2020-09-07 | dt-bindings: display: vc4: pv: Add BCM2711 pixel valves | Maxime Ripard | 1 | -0/+5 |
2020-09-07 | drm/vc4: drv: Disable the CRTC at boot time | Maxime Ripard | 3 | -0/+30 |
2020-09-07 | drm/vc4: crtc: Move the CRTC disable out | Maxime Ripard | 1 | -12/+22 |
2020-09-07 | drm/vc4: hvs: Introduce a function to get the assigned FIFO | Maxime Ripard | 2 | -0/+55 |
2020-09-07 | drm/vc4: hvs: Make the stop_channel function public | Maxime Ripard | 2 | -1/+2 |
2020-09-07 | drm/vc4: crtc: Clear the PixelValve FIFO during configuration | Maxime Ripard | 1 | -1/+1 |
2020-09-07 | drm/vc4: crtc: Clear the PixelValve FIFO on disable | Maxime Ripard | 1 | -2/+1 |
2020-09-07 | drm/vc4: crtc: Add a delay after disabling the PixelValve output | Maxime Ripard | 1 | -0/+18 |
2020-09-07 | drm/vc4: encoder: Add finer-grained encoder callbacks | Maxime Ripard | 2 | -0/+26 |
2020-09-07 | drm/vc4: crtc: Move HVS channel init before the PV initialisation | Maxime Ripard | 1 | -4/+4 |
2020-09-07 | drm/vc4: crtc: Remove redundant pixelvalve reset | Maxime Ripard | 1 | -1/+0 |
2020-09-07 | drm/vc4: crtc: Remove mode_set_nofb | Maxime Ripard | 1 | -6/+1 |
2020-09-07 | drm/vc4: hvs: Make sure our channel is reset | Maxime Ripard | 1 | -0/+4 |
2020-09-07 | drm/vc4: crtc: Move the HVS gamma LUT setup to our init function | Maxime Ripard | 4 | -47/+16 |
2020-09-07 | drm/vc4: crtc: Move HVS init and close to a function | Maxime Ripard | 1 | -46/+58 |
2020-09-07 | drm/vc4: crtc: Move PV dump to config_pv | Maxime Ripard | 1 | -14/+12 |
2020-09-07 | drm/vc4: crtc: Turn pixelvalve reset into a function | Maxime Ripard | 1 | -7/+13 |
2020-09-07 | drm/vc4: crtc: Disable color management for HVS5 | Maxime Ripard | 2 | -7/+12 |
2020-09-07 | drm/vc4: crtc: Add HDMI1 encoder type | Maxime Ripard | 1 | -0/+1 |
2020-09-07 | drm/vc4: crtc: Rename HDMI encoder type to HDMI0 | Maxime Ripard | 3 | -3/+3 |
2020-09-07 | drm/vc4: crtc: Add function to compute FIFO level bits | Maxime Ripard | 1 | -2/+10 |
2020-09-07 | drm/vc4: crtc: Add FIFO depth to vc4_crtc_data | Maxime Ripard | 2 | -3/+20 |
2020-09-07 | drm/vc4: crtc: Assign output to channel automatically | Maxime Ripard | 6 | -26/+200 |
2020-09-07 | drm/vc4: kms: Convert to for_each_new_crtc_state | Maxime Ripard | 1 | -4/+6 |
2020-09-07 | drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable | Maxime Ripard | 1 | -3/+7 |
2020-09-07 | drm/vc4: crtc: Use local chan variable | Maxime Ripard | 1 | -1/+1 |
2020-09-07 | drm/vc4: crtc: Rename HVS channel to output | Maxime Ripard | 4 | -8/+8 |
2020-09-07 | drm/vc4: crtc: Move the cob allocation outside of bind | Maxime Ripard | 2 | -20/+17 |
2020-09-07 | drm/vc4: crtc: Use a shared interrupt | Maxime Ripard | 1 | -1/+3 |
2020-09-07 | drm/vc4: crtc: Deal with different number of pixel per clock | Maxime Ripard | 2 | -7/+14 |
2020-09-07 | drm/vc4: plane: Create more planes | Maxime Ripard | 1 | -1/+1 |
2020-09-07 | drm/vc4: plane: Optimize the LBM allocation size | Dave Stevenson | 1 | -4/+13 |
2020-09-07 | drm/vc4: plane: Change LBM alignment constraint on LBM | Dave Stevenson | 1 | -1/+3 |
2020-09-07 | drm/vc4: hvs: Boost the core clock during modeset | Maxime Ripard | 3 | -0/+29 |
2020-09-07 | drm/vc4: Add support for the BCM2711 HVS5 | Dave Stevenson | 4 | -59/+240 |
2020-09-07 | dt-bindings: display: Add support for the BCM2711 HVS | Maxime Ripard | 1 | -1/+17 |
2020-09-07 | drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs | Angelo Ribeiro | 1 | -8/+90 |
2020-09-07 | drm/bridge/synopsys: dsi: add support for non-continuous HS clock | Antonio Borneo | 1 | -2/+7 |
2020-09-07 | drm/bridge/synopsys: dsi: allow sending longer LP commands | Antonio Borneo | 1 | -8/+9 |