summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_vec.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Explicitly include correct DT includesRob Herring2023-07-211-2/+2
* drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
* drm/vc4: Switch to container_of_constMaxime Ripard2023-04-251-10/+4
* drm/vc4: vec: Support progressive modesMateusz Kwiatkowski2023-01-091-1/+3
* drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-221-5/+1
* drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-081-2/+11
* drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing2022-11-281-1/+1
* drm/vc4: vec: Add support for more analog TV standardsMateusz Kwiatkowski2022-11-241-4/+107
* drm/vc4: vec: Convert to the new TV mode propertyMaxime Ripard2022-11-241-53/+131
* drm/vc4: vec: Check for VEC output constraintsMateusz Kwiatkowski2022-11-241-0/+50
* drm/vc4: vec: Use TV Reset implementationMaxime Ripard2022-11-241-1/+7
* drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-241-2/+3
* drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-241-4/+4
* drm/vc4: vec: Fix definition of PAL-M modeMateusz Kwiatkowski2022-10-101-4/+4
* drm/vc4: vec: Fix timings for VEC modesMateusz Kwiatkowski2022-09-071-2/+2
* drm/vc4: vec: Remove redundant atomic_mode_setMateusz Kwiatkowski2022-09-071-14/+4
* drm/vc4: vec: Refactor VEC TV mode settingMateusz Kwiatkowski2022-09-071-65/+23
* drm/vc4: vec: Convert to atomic helpersMaxime Ripard2022-09-071-4/+6
* drm/vc4: vec: Remove empty mode_fixupMaxime Ripard2022-09-071-9/+0
* drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-131-3/+19
* drm/vc4: vec: Switch to devm_pm_runtime_enableMaxime Ripard2022-07-131-15/+5
* drm/vc4: vec: Protect device resources after removalMaxime Ripard2022-07-131-6/+61
* drm/vc4: vec: Switch to DRM-managed connector initializationMaxime Ripard2022-07-131-6/+5
* drm/vc4: vec: Switch to DRM-managed encoder initializationMaxime Ripard2022-07-131-5/+9
* drm/vc4: vec: Remove call to drm_connector_unregister()Maxime Ripard2022-07-131-8/+2
* drm/vc4: vec: Switch to drmm_kzallocMaxime Ripard2022-07-131-1/+1
* drm/vc4: vec: Embed DRM structures into the private structureMaxime Ripard2022-07-131-62/+21
* drm/vc4: vec: Remove vc4_dev vec pointerMaxime Ripard2022-07-131-7/+0
* drm/vc4: Separate VEC compatible variantsMateusz Kwiatkowski2021-05-241-5/+22
* drm/vc4: remove unused functionJiapeng Chong2021-04-211-6/+0
* drm/vc4: Use simple encoderThomas Zimmermann2020-04-021-6/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-18/+2
* drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-35/+32
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2017-08-081-1/+0
* drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-281-0/+6
* drm/vc4: Add support for the VEC (Video Encoder) IPBoris Brezillon2016-12-091-0/+657