aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SETDom Cobley2021-09-181-1/+3
* drm/vc4: hdmi: Prevent clock unbalanceMaxime Ripard2021-07-191-0/+8
* drm/vc4: crtc: Skip the TXPMaxime Ripard2021-07-191-0/+3
* drm/vc4: txp: Properly set the possible_crtcs maskMaxime Ripard2021-07-191-1/+1
* drm/vc4: hdmi: Fix PM reference leak in vc4_hdmi_encoder_pre_crtc_co()Zou Wei2021-07-191-1/+1
* drm/vc4: Fix clock source for VEC PixelValve on BCM2711Mateusz Kwiatkowski2021-07-191-1/+1
* drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter2021-07-191-1/+1
* drm/vc4: hdmi: Fix error path of hpd-gpiosMaxime Ripard2021-07-141-2/+2
* drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard2021-06-301-0/+4
* drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard2021-06-301-10/+30
* drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley2021-04-141-0/+17
* drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard2021-03-041-10/+29
* drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard2021-03-041-1/+3
* drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley2021-03-041-6/+18
* drm/vc4: hdmi: Fix up CEC registersDom Cobley2021-03-041-1/+3
* drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley2021-03-041-2/+15
* drm/vc4: hdmi: Move hdmi reset to bindDom Cobley2021-03-041-3/+3
* drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard2021-03-041-0/+3
* drm/vc4: hvs: Fix buffer overflow with the dlist handlingMaxime Ripard2021-02-171-4/+14
* drm/vc4: Correct POS1_SCL for hvs5Dom Cobley2021-02-031-2/+2
* drm/vc4: Correct lbm size and calculationDom Cobley2021-02-032-5/+10
* drm/vc4: Unify PCM card's driver_nameNicolas Saenz Julienne2021-01-271-0/+1
* drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard2020-11-232-36/+48
* drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard2020-11-232-25/+102
* drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard2020-11-192-0/+29
* drm/vc4: kms: Document the muxing corner casesMaxime Ripard2020-11-191-0/+22
* drm/vc4: kms: Split the HVS muxing check in a separate functionMaxime Ripard2020-11-191-3/+15
* drm/vc4: kms: Rename NUM_CHANNELSMaxime Ripard2020-11-191-3/+3
* drm/vc4: kms: Remove useless defineMaxime Ripard2020-11-191-1/+0
* drm/vc4: kms: Switch to drmm_add_action_or_resetMaxime Ripard2020-11-191-2/+2
* drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard2020-11-192-0/+15
* drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard2020-11-191-0/+15
* drm/vc4: drv: Remove unused variableMaxime Ripard2020-11-031-1/+0
* drm/vc4: kms: Add functions to create the state objectsMaxime Ripard2020-11-022-24/+57
* drm/vc4: Use devm_drm_dev_allocMaxime Ripard2020-11-025-32/+25
* drm/vc4: Use the helper to retrieve vc4_dev when neededMaxime Ripard2020-11-022-3/+3
* drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard2020-11-023-10/+10
* drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard2020-11-021-4/+3
* drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard2020-11-023-4/+4
* drm/vc4: Rework the structure conversion functionsMaxime Ripard2020-10-291-6/+6
* drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard2020-10-291-0/+1
* drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard2020-10-271-2/+3
* drm/vc4: drv: Add error handding for bindHoegeun Kwon2020-10-271-0/+1
* Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-1513-1006/+3140
|\
| * drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard2020-09-253-6/+19
| * drm/vc4: crtc: Rework a bit the CRTC state codeMaxime Ripard2020-09-251-3/+10
| * drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of activeMaxime Ripard2020-09-231-1/+1
| * drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingMaxime Ripard2020-09-211-0/+17
| * drm/vc4: Handing the return value of drm_universal_plane_initTian Tao2020-09-161-0/+2
| * drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor2020-09-111-2/+2