summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-09drm/panel: add visionox vtdr6130 DSI panel driverNeil Armstrong3-0/+367
2023-01-09dt-bindings: display: panel: document the Visionox VTDR6130 AMOLED DSI PanelNeil Armstrong1-0/+53
2023-01-09drm/vc4: vec: Support progressive modesMateusz Kwiatkowski1-1/+3
2023-01-09drm/vc4: hdmi: Correct interlaced timings againDave Stevenson1-2/+3
2023-01-09drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski1-27/+44
2023-01-09drm/vc4: Add comments for which HVS_PIXEL_ORDER_xxx defines applyDave Stevenson1-0/+3
2023-01-09drm/vc4: plane: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA formatsDave Stevenson1-0/+70
2023-01-09drm/vc4: plane: Omit pixel_order from the hvs_format for hvs5 only formatsDave Stevenson1-5/+0
2023-01-09drm/vc4: plane: Allow using 0 as a pixel order valueDave Stevenson1-6/+14
2023-01-09drm/vc4: hvs: Ignore atomic_flush if we're disabledMaxime Ripard1-0/+3
2023-01-09drm/vc4: hvs: Add DRM 210101010 RGB formatsDave Stevenson1-0/+28
2023-01-09drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5Dave Stevenson1-0/+2
2023-01-09drm/vc4: hvs: Support zpos on all planesDave Stevenson3-18/+48
2023-01-09drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5Dave Stevenson2-18/+44
2023-01-09drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4Dave Stevenson2-4/+7
2023-01-09drm/vc4: hvs: Set AXI panic modesDave Stevenson2-0/+17
2023-01-09drm/vc4: hvs: Configure the HVS COB allocationsDave Stevenson1-1/+55
2023-01-07drm/mipi-dsi: Add a mipi_dsi_dcs_write_seq() macroJavier Martinez Canillas1-0/+18
2023-01-07drm/mipi-dsi: Fix mipi_dsi_dcs_write_seq() macro definition formatJavier Martinez Canillas1-9/+12
2023-01-06drm/arm/hdlcd: use new debugfs device-centered functionsMaíra Canal1-15/+9
2023-01-06drm/gud: use new debugfs device-centered functionsMaíra Canal1-13/+4
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann3-20/+36
2023-01-05drm/bridge_connector: drop drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2-31/+4
2023-01-05drm/omap: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov1-41/+0
2023-01-05drm/msm/hdmi: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov1-2/+0
2023-01-05drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2-8/+0
2023-01-05drm/bridge_connector: rely on drm_kms_helper_poll_* for HPD enablementDmitry Baryshkov1-5/+13
2023-01-05drm/probe-helper: enable and disable HPD on connectorsDmitry Baryshkov2-0/+41
2023-01-05drm/poll-helper: merge drm_kms_helper_poll_disable() and _fini()Dmitry Baryshkov1-8/+13
2023-01-05drm/fourcc: Document open source user waiverDaniel Vetter1-0/+12
2023-01-05drm/bridge: panel: Prevent ERR_PTR DereferenceMaxime Ripard1-4/+5
2023-01-04drm/docs: Explicitly document default CRTC background behaviorSean Paul1-0/+5
2023-01-03drm/v3d: replace open-coded implementation of drm_gem_object_lookupMaíra Canal1-6/+1
2023-01-03drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handlingTvrtko Ursulin3-27/+29
2023-01-03drm/format-helper: Remove unnecessary conversion helpersThomas Zimmermann1-75/+0
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann4-97/+57
2023-01-03drm/fb-helper: Fix single-probe color-format selectionThomas Zimmermann1-78/+94
2023-01-03drm/fh-helper: Split fbdev single-probe helperThomas Zimmermann1-43/+73
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann3-0/+362
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann3-2/+122
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann3-2/+117
2023-01-03drm/format-helper: Flip src/dst-format branches in blit helperThomas Zimmermann1-24/+20
2023-01-03drm/format-helper: Type fixes in format-helper testsThomas Zimmermann1-6/+6
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann2-5/+24
2023-01-03drm/format-helper: Fix test-input format conversionThomas Zimmermann1-10/+25
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann2-0/+5
2023-01-03firmware/sysfb: Fix EFI/VESA format selectionThomas Zimmermann1-6/+37
2023-01-02drm/virtio: Spiff out cmd queue/response tracesRob Clark3-14/+28
2023-01-02drm/bridge: panel: Set pre_enable_prev_first from drmm_panel_bridge_addDave Stevenson1-0/+2
2023-01-02drm/vc4: drop all currently held locks if deadlock happensMaíra Canal1-1/+10