summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04sysfb: Enable boot time VESA graphic mode selectionMichal Suchanek4-12/+11
2022-03-04sysfb: Make config option dependencies explicitMichal Suchanek2-3/+4
2022-03-04drm/bridge_connector: enable HPD by default if supportedNikita Yushchenko1-1/+3
2022-03-04drm/selftests: fix a shift-out-of-bounds bugArunpravin1-3/+3
2022-03-03drm/nouveau/instmem: fix uninitialized_var.cocci warningGuo Zhengkui1-1/+1
2022-03-03drm/ssd130x: remove redundant initialization of pointer modeColin Ian King1-1/+1
2022-03-03drm/aspeed: Add AST2600 chip supportTommy Haung1-0/+9
2022-03-03drm/aspeed: Update INTR_STS handlingTommy Haung2-1/+6
2022-03-02drm: Add TODO item for optimizing format helpersThomas Zimmermann1-0/+22
2022-03-02fbdev: Improve performance of cfb_imageblit()Thomas Zimmermann1-9/+42
2022-03-02fbdev: Remove trailing whitespaces from cfbimgblt.cThomas Zimmermann1-30/+30
2022-03-02fbdev: Improve performance of sys_imageblit()Thomas Zimmermann1-11/+38
2022-03-02fbdev: Improve performance of sys_fillrect()Thomas Zimmermann1-13/+3
2022-03-02drm/panfrost: cleanup commentsTom Rix5-5/+5
2022-03-02drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK registerLiu Ying1-9/+5
2022-03-02drm/bridge: Clear the DP_AUX_I2C_MOT bit passed in aux read command.Hsin-Yi Wang1-0/+2
2022-03-01drm/v3d: centralize error handling when init scheduler failsMelissa Wen1-27/+13
2022-03-01drm/bridge: chipone-icn6211: switch to devm_drm_of_get_bridgeJosé Expósito1-6/+1
2022-03-01drm/bridge: anx7625: Fix release wrong workqueueXin Ji1-2/+2
2022-02-28drm/bridge: it6505: Fix the read buffer array boundHsin-Yi Wang1-2/+2
2022-02-28drm/panel: simple: Initialize bpc in RK101II01D-CT panel descriptorRahul T R1-0/+1
2022-02-28drm/bridge: cdns-dsi: Make sure to to create proper aliases for dtNishanth Menon1-0/+1
2022-02-28drm/tiny: Add MIPI DBI compatible SPI driverNoralf Trønnes4-0/+422
2022-02-28drm/mipi-dbi: Add driver_private member to struct mipi_dbi_devNoralf Trønnes1-0/+8
2022-02-28drm/modes: Add of_get_drm_panel_display_mode()Noralf Trønnes2-0/+57
2022-02-28drm/modes: Remove trailing whitespaceNoralf Trønnes1-1/+1
2022-02-28dt-bindings: display: add bindings for MIPI DBI compatible SPI panelsNoralf Trønnes1-0/+126
2022-02-28drm/todo: Update panic handling todoDaniel Vetter1-11/+14
2022-02-25drm/omap: plane: Remove redundant color encoding and range initialisationMaxime Ripard1-3/+0
2022-02-25drm/object: Add default color encoding and range value at resetDave Stevenson1-0/+14
2022-02-25drm/sun4i: layer: Remove redundant zpos initialisationMaxime Ripard1-9/+7
2022-02-25drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard5-10/+3
2022-02-25drm/rcar: plane: Remove redundant zpos initialisationMaxime Ripard2-2/+0
2022-02-25drm/omap: plane: Remove redundant zpos initialisationMaxime Ripard1-7/+0
2022-02-25drm/nouveau/kms: Remove redundant zpos initialisationMaxime Ripard1-2/+0
2022-02-25drm/msm/mdp5: Remove redundant zpos initialisationMaxime Ripard1-8/+8
2022-02-25drm/object: Add default zpos value at resetDave Stevenson1-0/+11
2022-02-25drm/object: Add drm_object_property_get_default_value() functionDave Stevenson2-10/+50
2022-02-25drm/omap: plane: Fix zpos initial value mismatchMaxime Ripard1-1/+11
2022-02-25drm: of: Lookup if child node has panel or bridgeJagan Teki1-0/+17
2022-02-25drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou2-3/+104
2022-02-25drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor1-1/+2
2022-02-25drm/dp: Fix OOB read when handling Post Cursor2 registerKees Cook3-13/+10
2022-02-25drm/dp: Fix off-by-one in register cache sizeKees Cook1-1/+1
2022-02-24drm/nouveau: Remove the unused header file nvif/list.hCai Huoqing1-353/+0
2022-02-24drm/repaper: Use format helper for xrgb8888 to monochrome conversionJavier Martinez Canillas1-23/+1
2022-02-23drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede1-0/+3
2022-02-23drm/selftests: add drm buddy pathological testcaseArunpravin2-0/+131
2022-02-23drm/selftests: add drm buddy smoke testcaseArunpravin2-0/+140
2022-02-23drm/selftests: add drm buddy pessimistic testcaseArunpravin2-0/+148