summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_vec.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10drm/vc4: vec: Fix definition of PAL-M modeMateusz Kwiatkowski1-4/+4
2022-09-07drm/vc4: vec: Fix timings for VEC modesMateusz Kwiatkowski1-2/+2
2022-09-07drm/vc4: vec: Remove redundant atomic_mode_setMateusz Kwiatkowski1-14/+4
2022-09-07drm/vc4: vec: Refactor VEC TV mode settingMateusz Kwiatkowski1-65/+23
2022-09-07drm/vc4: vec: Convert to atomic helpersMaxime Ripard1-4/+6
2022-09-07drm/vc4: vec: Remove empty mode_fixupMaxime Ripard1-9/+0
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-3/+19
2022-07-13drm/vc4: vec: Switch to devm_pm_runtime_enableMaxime Ripard1-15/+5
2022-07-13drm/vc4: vec: Protect device resources after removalMaxime Ripard1-6/+61
2022-07-13drm/vc4: vec: Switch to DRM-managed connector initializationMaxime Ripard1-6/+5
2022-07-13drm/vc4: vec: Switch to DRM-managed encoder initializationMaxime Ripard1-5/+9
2022-07-13drm/vc4: vec: Remove call to drm_connector_unregister()Maxime Ripard1-8/+2
2022-07-13drm/vc4: vec: Switch to drmm_kzallocMaxime Ripard1-1/+1
2022-07-13drm/vc4: vec: Embed DRM structures into the private structureMaxime Ripard1-62/+21
2022-07-13drm/vc4: vec: Remove vc4_dev vec pointerMaxime Ripard1-7/+0
2021-05-24drm/vc4: Separate VEC compatible variantsMateusz Kwiatkowski1-5/+22
2021-04-21drm/vc4: remove unused functionJiapeng Chong1-6/+0
2020-04-02drm/vc4: Use simple encoderThomas Zimmermann1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-18/+2
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt1-35/+32
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter1-1/+0
2017-02-28drm/vc4: Extend and edit documentation for output from the RSTEric Anholt1-0/+6
2016-12-09drm/vc4: Add support for the VEC (Video Encoder) IPBoris Brezillon1-0/+657