summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_vec.c
Commit message (Expand)AuthorAgeFilesLines
* 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