summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2020-07-07drm/vc4: crtc: Remove the feed_txp testsMaxime Ripard1-22/+7
2020-07-07drm/vc4: txp: Turn the TXP into a CRTC of its ownMaxime Ripard2-20/+99
2020-07-07drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard3-9/+8
2020-07-07drm/vc4: crtc: Move the CRTC initialisation to a separate functionMaxime Ripard2-37/+53
2020-07-07drm/vc4: crtc: Only access the PixelValve registers if we have toMaxime Ripard1-4/+15
2020-07-07drm/vc4: crtc: Split CRTC data in twoMaxime Ripard2-11/+37
2020-07-07drm/vc4: crtc: Make state functions publicMaxime Ripard2-11/+20
2020-07-07drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard3-251/+302
2020-07-07drm/vc4: Reorder the bind order of the devicesMaxime Ripard1-1/+1
2020-07-07drm/vc4: Convert register accessors to FIELD_*Maxime Ripard1-5/+4
2020-07-02drm/vc4: Use __drm_atomic_helper_crtc_resetDaniel Vetter1-2/+1
2020-06-10drm/vc4: crtc: Restrict HACT_ACT setup to DSIMaxime Ripard1-1/+2
2020-06-10drm/vc4: crtc: Turn static const variable into a defineMaxime Ripard1-3/+4
2020-06-10drm/vc4: crtc: Move crtc state to common headerMaxime Ripard2-21/+21
2020-06-10drm/vc4: crtc: Switch to of_device_get_match_dataMaxime Ripard1-5/+5
2020-06-10drm/vc4: crtc: Rename SoC data structuresMaxime Ripard1-6/+6
2020-06-10drm/vc4: plane: Move additional planes creation to driverMaxime Ripard4-17/+19
2020-06-10drm/vc4: plane: Move planes creation to its own functionMaxime Ripard3-29/+44
2020-06-10drm/vc4: drv: Add include guardsMaxime Ripard1-0/+4
2020-05-25drm/vc4: hdmi: Silence pixel clock error on -EPROBE_DEFERJames Hilliard1-2/+4
2020-05-19drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov4-17/+17
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+16
2020-04-02drm/vc4: Use simple encoderThomas Zimmermann4-37/+11
2020-03-27drm/vc4: Fix HDMI mode validationNicolas Saenz Julienne1-4/+16
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga2-4/+2
2020-03-18drm/vc4: remove check of return value of drm_debugfs functionsWambui Karuga1-5/+2
2020-03-06drm/vc4/vc4_drv.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-04drm/vc4: Replace wait_for macros to remove use of msleepJames Hughes1-17/+26
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2-2/+2
2020-02-13drm/vc4: Convert to CRTC VBLANK callbacksThomas Zimmermann2-2/+1
2020-02-13drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann3-10/+7
2020-01-28drm/vc4: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2020-01-08drm/vc4: dsi: Fix bridge chain handlingBoris Brezillon1-6/+22
2020-01-07drm/vc4: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-4/+8
2019-12-17drm/vc4: Use dma_resv locking wrappersDaniel Vetter1-6/+5
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon1-1/+9
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon1-4/+4
2019-11-25drm/vc4: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul1-3/+2
2019-10-22drm/vc4: Use drm_hdmi_avi_infoframe_bars()Ville Syrjälä1-4/+1
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-11/+18
2019-10-04drm/mm: Use helpers for drm_mm_node booleansChris Wilson3-4/+4
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+1
2019-10-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard12-44/+68
2019-09-23drm: Free the writeback_job when it with an empty fbLowry Li (Arm Technology China)1-3/+2
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-42/+67
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2-3/+4
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-08-27drm/vc4/vc4_hdmi: fill in connector infoDariusz Marcinkiewicz1-4/+9
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-3/+3