summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_txp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-131-2/+1
* drm/vc4: txp: Protect device resourcesMaxime Ripard2022-07-131-0/+25
* drm/vc4: txp: Remove call to drm_connector_unregister()Maxime Ripard2022-07-131-8/+2
* drm/vc4: txp: Switch to drmm_kzallocMaxime Ripard2022-07-131-1/+1
* drm/vc4: txp: Remove duplicate regsetMaxime Ripard2022-07-131-5/+4
* drm/vc4: txp: Remove vc4_dev txp pointerMaxime Ripard2022-07-131-6/+0
* drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard2022-07-131-1/+0
* drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard2022-07-131-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-05-111-1/+2
|\
| * drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar2022-05-021-1/+2
* | drm/vc4: txp: Force alpha to be 0xff if it's disabledMaxime Ripard2022-04-081-0/+6
* | drm/vc4: txp: Don't set TXP_VSTART_AT_EOFMaxime Ripard2022-04-081-1/+1
|/
* drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard2021-11-051-0/+1
* drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard2021-11-051-2/+1
* drm/vc4: txp: Properly set the possible_crtcs maskMaxime Ripard2021-05-241-1/+1
* drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard2020-12-161-7/+3
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm: Pass the full state to connectors atomic functionsMaxime Ripard2020-11-201-1/+3
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+6
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+7
* drm/vc4: crtc: Move the HVS gamma LUT setup to our init functionMaxime Ripard2020-09-071-1/+0
* drm/vc4: crtc: Assign output to channel automaticallyMaxime Ripard2020-09-071-0/+1
* drm/vc4: crtc: Rename HVS channel to outputMaxime Ripard2020-09-071-1/+1
* drm/vc4: txp: Turn the TXP into a CRTC of its ownMaxime Ripard2020-07-071-1/+99
* drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard2020-07-071-1/+8
* Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-031-6/+8
|\
| * drm/vc4: drop use of drmP.hSam Ravnborg2019-07-171-6/+8
* | drm: Free the writeback_job when it with an empty fbLowry Li (Arm Technology China)2019-09-231-3/+2
|/
* drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_stateSean Paul2019-06-131-3/+4
* Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-04-051-32/+12
|\
| * 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-16/+12
* | Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-03-251-3/+0
|\|
| * drm: Remove set but not used variable 'gem'YueHaibing2019-02-191-3/+0
* | drm: writeback: Cleanup job ownership handling when queuing jobLaurent Pinchart2019-03-181-1/+1
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-071-0/+477