summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2022-04-08drm/vc4: kms: Improve loggingMaxime Ripard1-1/+19
2022-04-08drm/vc4: kms: Warn if we have an incompatible muxing setupMaxime Ripard1-0/+4
2022-04-08drm/vc4: kms: Store channel in local variableMaxime Ripard1-7/+8
2022-04-08drm/vc4: txp: Force alpha to be 0xff if it's disabledMaxime Ripard1-0/+6
2022-04-08drm/vc4: txp: Don't set TXP_VSTART_AT_EOFMaxime Ripard1-1/+1
2022-04-08drm/vc4: hvs: Reset muxes at probe timeMaxime Ripard1-5/+21
2022-04-07drm/vc4: Use newer fence API properly to fix build errorsJavier Martinez Canillas1-2/+4
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+1
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-1/+1
2022-04-06drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard4-52/+60
2022-04-06drm/vc4: kms: Ignore atomic_flush if we're disabledMaxime Ripard1-1/+2
2022-04-06drm/vc4: hvs: Move the dlist setup to its own functionMaxime Ripard1-5/+14
2022-04-06drm/vc4: hvs: Remove dlist setup duplicationMaxime Ripard1-6/+3
2022-04-06drm/vc4: hvs: Store channel in variableMaxime Ripard1-4/+5
2022-04-06drm/vc4: hvs: Fix frame count register readoutMaxime Ripard4-3/+35
2022-04-06drm/vc4: kms: Take old state core clock rate into accountMaxime Ripard1-2/+3
2022-04-06drm/vc4: hdmi: Remove clock rate initializationMaxime Ripard1-13/+0
2022-04-06drm/vc4: Add logging and commentsMaxime Ripard1-0/+11
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard4-19/+38
2022-03-31drm/vc4: Implement atomic_print_state for HVS channel stateMaxime Ripard1-0/+17
2022-03-31drm/vc4: Constify private state accessorsMaxime Ripard1-3/+4
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-03-24drm/vc4: hdmi: Support HDMI YUV outputMaxime Ripard4-16/+311
2022-03-24drm/vc4: hdmi: Always try to have the highest bpcMaxime Ripard2-5/+43
2022-03-24drm/vc4: hdmi: Take bpp into account for the scramblerMaxime Ripard2-4/+17
2022-03-24drm/vc4: hdmi: Take the sink maximum TMDS clock into accountMaxime Ripard1-0/+6
2022-03-24drm/vc4: hdmi: Move clock calculation into its own functionMaxime Ripard1-15/+37
2022-03-24drm/vc4: hdmi: Move clock validation to its own functionMaxime Ripard1-11/+15
2022-03-24drm/vc4: hdmi: Rename pixel_rate variableMaxime Ripard3-22/+22
2022-03-17drm/vc4: add tracepoints for CL submissionsMelissa Wen3-0/+107
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman4-23/+41
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie3-3/+14
2022-02-25drm/vc4: Make use of the helper component_compare_devYong Wu1-6/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-27/+6
2022-02-24Merge tag 'drm-misc-fixes-2022-02-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-3/+14
2022-02-21drm/vc4: Use drm_mode_copy()Ville Syrjälä1-3/+2
2022-02-17drm/vc4: crtc: Fix runtime_pm reference countingMaxime Ripard1-3/+5
2022-02-17drm/vc4: hdmi: Unregister codec device on unbindMaxime Ripard2-0/+9
2022-02-16drm/vc4: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-6/+1
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie3-10/+23
2022-02-11Merge tag 'drm-misc-fixes-2022-02-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-10/+23
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-10/+4
2022-02-07drm/vc4: crtc: Fix redundant variable assignmentMaxime Ripard1-1/+0
2022-02-03drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.Dave Stevenson1-0/+2
2022-02-03drm/vc4: hdmi: Don't try disabling SCDC on Pi0-3.Dave Stevenson1-1/+2
2022-02-03drm/vc4: hdmi: Ensure we don't use 2711 HPD registers on Pi0-3Dave Stevenson2-8/+19
2022-02-02drm/vc4: hdmi: Simplify the connector state retrievalMaxime Ripard1-18/+3
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-62/+113
2022-01-25drm/vc4: hdmi: Change CSC callback prototypeMaxime Ripard2-1/+7
2022-01-25drm/vc4: hdmi: Define colorspace matricesMaxime Ripard1-29/+49