summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorLines
2022-06-27drm/vc4: perfmon: Fix variable dereferenced before checkMaxime Ripard-3/+6
2022-06-22drm/vc4: fix error code in vc4_check_tex_size()Dan Carpenter-1/+1
2022-06-22drm/vc4: hdmi: Fixed possible integer overflowSaud Farooqui-1/+1
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard-1/+211
2022-06-16drm/vc4: crtc: Fix out of order frames during asynchronous page flipsMaxime Ripard-4/+46
2022-06-16drm/vc4: crtc: Don't call into BO Handling on Async Page-Flips on BCM2711Maxime Ripard-3/+18
2022-06-16drm/vc4: crtc: Move the BO Handling out of Common Page-Flip HandlerMaxime Ripard-25/+48
2022-06-16drm/vc4: crtc: Move the BO handling out of common page-flip callbackMaxime Ripard-14/+20
2022-06-16drm/vc4: crtc: Use an union to store the page flip callbackMaxime Ripard-6/+14
2022-06-16drm/vc4: drv: Skip BO Backend Initialization on BCM2711Maxime Ripard-7/+11
2022-06-16drm/vc4: plane: Register a different drm_plane_helper_funcs on BCM2711Maxime Ripard-1/+11
2022-06-16drm/vc4: kms: Register a different drm_mode_config_funcs on BCM2711Maxime Ripard-1/+7
2022-06-16drm/vc4: drv: Register a different driver on BCM2711Maxime Ripard-9/+42
2022-06-16drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard-6/+17
2022-06-16drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard-7/+7
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard-29/+30
2022-06-16drm/vc4: plane: Prevent async update if we don't have a dlistMaxime Ripard-0/+4
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-202/+773
2022-05-12drm/vc4: hdmi: Fix build error for implicit function declarationHui Tang-0/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-1/+2
2022-05-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+4
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-1/+4
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar-1/+2
2022-04-29drm/vc4: simplify the return expression of vc4_grab_bin_bo()Minghao Chi-7/+1
2022-04-29drm/vc4: simplify the return expression of vc4_prepare_fb()Minghao Chi-6/+1
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann-1/+1
2022-04-25drm/display: Move HDMI helpers into display-helper moduleThomas Zimmermann-1/+3
2022-04-21drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin-1/+1
2022-04-21drm/vc4: hdmi: Remove vc4_hdmi_encoderJosé Expósito-26/+14
2022-04-21drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmiJosé Expósito-12/+6
2022-04-20drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=mZheng Bin-0/+3
2022-04-08drm/vc4: kms: Improve loggingMaxime Ripard-1/+19
2022-04-08drm/vc4: kms: Warn if we have an incompatible muxing setupMaxime Ripard-0/+4
2022-04-08drm/vc4: kms: Store channel in local variableMaxime Ripard-7/+8
2022-04-08drm/vc4: txp: Force alpha to be 0xff if it's disabledMaxime Ripard-0/+6
2022-04-08drm/vc4: txp: Don't set TXP_VSTART_AT_EOFMaxime Ripard-1/+1
2022-04-08drm/vc4: hvs: Reset muxes at probe timeMaxime Ripard-5/+21
2022-04-07drm/vc4: Use newer fence API properly to fix build errorsJavier Martinez Canillas-2/+4
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König-1/+1
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König-1/+1
2022-04-06drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard-52/+60
2022-04-06drm/vc4: kms: Ignore atomic_flush if we're disabledMaxime Ripard-1/+2
2022-04-06drm/vc4: hvs: Move the dlist setup to its own functionMaxime Ripard-5/+14
2022-04-06drm/vc4: hvs: Remove dlist setup duplicationMaxime Ripard-6/+3
2022-04-06drm/vc4: hvs: Store channel in variableMaxime Ripard-4/+5
2022-04-06drm/vc4: hvs: Fix frame count register readoutMaxime Ripard-3/+35
2022-04-06drm/vc4: kms: Take old state core clock rate into accountMaxime Ripard-2/+3
2022-04-06drm/vc4: hdmi: Remove clock rate initializationMaxime Ripard-13/+0
2022-04-06drm/vc4: Add logging and commentsMaxime Ripard-0/+11
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard-19/+38