aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Remove unnecessary conversion helpersThomas Zimmermann2023-01-031-75/+0
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-033-96/+57
* drm/fb-helper: Fix single-probe color-format selectionThomas Zimmermann2023-01-031-78/+94
* drm/fh-helper: Split fbdev single-probe helperThomas Zimmermann2023-01-031-43/+73
* drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann2023-01-032-0/+353
* drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann2023-01-032-2/+119
* drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann2023-01-032-2/+114
* drm/format-helper: Flip src/dst-format branches in blit helperThomas Zimmermann2023-01-031-24/+20
* drm/format-helper: Type fixes in format-helper testsThomas Zimmermann2023-01-031-6/+6
* drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann2023-01-032-5/+24
* drm/format-helper: Fix test-input format conversionThomas Zimmermann2023-01-031-10/+25
* drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann2023-01-032-0/+5
* firmware/sysfb: Fix EFI/VESA format selectionThomas Zimmermann2023-01-031-6/+37
* drm/virtio: Spiff out cmd queue/response tracesRob Clark2023-01-023-14/+28
* drm/bridge: panel: Set pre_enable_prev_first from drmm_panel_bridge_addDave Stevenson2023-01-021-0/+2
* drm/vc4: drop all currently held locks if deadlock happensMaíra Canal2023-01-021-1/+10
* drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione2023-01-021-4/+9
* drm/tiny: ili9486: Enable driver module autoloadingCarlo Caione2023-01-021-0/+2
* drm/panel: add the orisetech ota5601aChristophe Branchereau2022-12-293-0/+374
* drm/vkms: use new debugfs device-centered functionsMaíra Canal2022-12-221-11/+6
* drm/v3d: use new debugfs device-centered functionsMaíra Canal2022-12-221-12/+10
* drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-2211-116/+37
* drm/debugfs: create debugfs late register functionsMaíra Canal2022-12-223-0/+21
* drm: use new debugfs device-centered functions on DRM core filesMaíra Canal2022-12-225-34/+28
* drm/debugfs: create device-centered debugfs functionsMaíra Canal2022-12-222-0/+73
* drm/ast: Init iosys_map pointer as I/O memory for damage handlingThomas Zimmermann2022-12-201-1/+1
* drm/sprd: remove redundant error loggingDeepak R Varma2022-12-201-3/+1
* drm/drv: Make use of local variable driver in drm_dev_register()Uwe Kleine-König2022-12-201-2/+2
* drm/qxl: stop using ttm_bo_waitChristian König2022-12-191-2/+14
* drm/v3d: replace obj lookup steps with drm_gem_objects_lookupMelissa Wen2022-12-181-46/+3
* drm/v3d: cleanup BOs properly when lookup_bos failsMelissa Wen2022-12-181-3/+3
* drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach2022-12-1613-49/+54
* drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel2022-12-161-6/+8
* gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get...Liang He2022-12-161-0/+1
* drm/omap: dsi: Fix excessive stack usageTomi Valkeinen2022-12-161-10/+16
* drm/omapdrm: Remove unused struct csc_coef_rgb2yuvYuan Can2022-12-161-5/+0
* drm: tidss: Fix pixel format definitionRandolph Sapp2022-12-161-2/+2
* drm/tidss: Set max DMA segment sizeAndrew Davis2022-12-161-0/+2
* drm/display/dp_mst: Fix payload addition on a disconnected sinkImre Deak2022-12-161-1/+6
* drm/display/dp_mst: Fix down message handling after a packet reception errorImre Deak2022-12-161-1/+1
* drm/display/dp_mst: Fix down/up message handling after sink disconnectImre Deak2022-12-161-0/+3
* drm: bridge: it66121: Add support for the IT6610Paul Cercueil2022-12-161-22/+86
* drm: bridge: it66121: Move VID/PID to new it66121_chip_info structurePaul Cercueil2022-12-161-12/+15
* drm: bridge: it66121: Set DDC preamble only once before reading EDIDPaul Cercueil2022-12-161-12/+16
* drm: bridge: it66121: Don't clear DDC FIFO twicePaul Cercueil2022-12-161-16/+0
* drm: bridge: it66121: Don't use DDC error IRQsPaul Cercueil2022-12-161-39/+10
* drm: bridge: it66121: Fix wait for DDC readyPaul Cercueil2022-12-161-8/+7
* drm: bridge: it66121: Write AVI infoframe with regmap_bulk_write()Paul Cercueil2022-12-161-20/+7
* drm: bridge: it66121: Use regmap_noinc_read()Paul Cercueil2022-12-161-7/+6
* drm: bridge: it66121: Use devm_regulator_bulk_get_enable()Paul Cercueil2022-12-161-26/+8