aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)Author
2022-04-27drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin
2022-02-16drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.Dave Stevenson
2022-02-05Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" againGreg Kroah-Hartman
2022-02-05Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"Greg Kroah-Hartman
2022-02-05drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard
2022-01-27drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard
2022-01-27drm/vc4: hdmi: Set a default HSM rateMaxime Ripard
2021-12-01drm/vc4: fix error code in vc4_create_object()Dan Carpenter
2021-09-18drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SETDom Cobley
2021-07-19drm/vc4: hdmi: Prevent clock unbalanceMaxime Ripard
2021-07-19drm/vc4: crtc: Skip the TXPMaxime Ripard
2021-07-19drm/vc4: txp: Properly set the possible_crtcs maskMaxime Ripard
2021-07-19drm/vc4: hdmi: Fix PM reference leak in vc4_hdmi_encoder_pre_crtc_co()Zou Wei
2021-07-19drm/vc4: Fix clock source for VEC PixelValve on BCM2711Mateusz Kwiatkowski
2021-07-19drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter
2021-07-14drm/vc4: hdmi: Fix error path of hpd-gpiosMaxime Ripard
2021-06-30drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard
2021-06-30drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard
2021-04-14drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley
2021-03-04drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard
2021-03-04drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard
2021-03-04drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley
2021-03-04drm/vc4: hdmi: Fix up CEC registersDom Cobley
2021-03-04drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley
2021-03-04drm/vc4: hdmi: Move hdmi reset to bindDom Cobley
2021-03-04drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard
2021-02-17drm/vc4: hvs: Fix buffer overflow with the dlist handlingMaxime Ripard
2021-02-03drm/vc4: Correct POS1_SCL for hvs5Dom Cobley
2021-02-03drm/vc4: Correct lbm size and calculationDom Cobley
2021-01-27drm/vc4: Unify PCM card's driver_nameNicolas Saenz Julienne
2020-11-23drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard
2020-11-23drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard
2020-11-19drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard
2020-11-19drm/vc4: kms: Document the muxing corner casesMaxime Ripard
2020-11-19drm/vc4: kms: Split the HVS muxing check in a separate functionMaxime Ripard
2020-11-19drm/vc4: kms: Rename NUM_CHANNELSMaxime Ripard
2020-11-19drm/vc4: kms: Remove useless defineMaxime Ripard
2020-11-19drm/vc4: kms: Switch to drmm_add_action_or_resetMaxime Ripard
2020-11-19drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard
2020-11-19drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard
2020-11-03drm/vc4: drv: Remove unused variableMaxime Ripard
2020-11-02drm/vc4: kms: Add functions to create the state objectsMaxime Ripard
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard
2020-11-02drm/vc4: Use the helper to retrieve vc4_dev when neededMaxime Ripard
2020-11-02drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard
2020-11-02drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard
2020-11-02drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard
2020-10-29drm/vc4: Rework the structure conversion functionsMaxime Ripard
2020-10-29drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard
2020-10-27drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard