summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: Add TODO item for optimizing format helpersThomas Zimmermann2022-03-021-0/+22
* fbdev: Improve performance of cfb_imageblit()Thomas Zimmermann2022-03-021-9/+42
* fbdev: Remove trailing whitespaces from cfbimgblt.cThomas Zimmermann2022-03-021-30/+30
* fbdev: Improve performance of sys_imageblit()Thomas Zimmermann2022-03-021-11/+38
* fbdev: Improve performance of sys_fillrect()Thomas Zimmermann2022-03-021-13/+3
* drm/panfrost: cleanup commentsTom Rix2022-03-025-5/+5
* drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK registerLiu Ying2022-03-021-9/+5
* drm/bridge: Clear the DP_AUX_I2C_MOT bit passed in aux read command.Hsin-Yi Wang2022-03-021-0/+2
* drm/v3d: centralize error handling when init scheduler failsMelissa Wen2022-03-021-27/+13
* drm/bridge: chipone-icn6211: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-011-6/+1
* drm/bridge: anx7625: Fix release wrong workqueueXin Ji2022-03-011-2/+2
* drm/bridge: it6505: Fix the read buffer array boundHsin-Yi Wang2022-02-281-2/+2
* drm/panel: simple: Initialize bpc in RK101II01D-CT panel descriptorRahul T R2022-02-281-0/+1
* drm/bridge: cdns-dsi: Make sure to to create proper aliases for dtNishanth Menon2022-02-281-0/+1
* drm/tiny: Add MIPI DBI compatible SPI driverNoralf Trønnes2022-02-284-0/+422
* drm/mipi-dbi: Add driver_private member to struct mipi_dbi_devNoralf Trønnes2022-02-281-0/+8
* drm/modes: Add of_get_drm_panel_display_mode()Noralf Trønnes2022-02-282-0/+57
* drm/modes: Remove trailing whitespaceNoralf Trønnes2022-02-281-1/+1
* dt-bindings: display: add bindings for MIPI DBI compatible SPI panelsNoralf Trønnes2022-02-281-0/+126
* drm/todo: Update panic handling todoDaniel Vetter2022-02-281-11/+14
* drm/omap: plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-02-251-3/+0
* drm/object: Add default color encoding and range value at resetDave Stevenson2022-02-251-0/+14
* drm/sun4i: layer: Remove redundant zpos initialisationMaxime Ripard2022-02-251-9/+7
* drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-255-10/+3
* drm/rcar: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-252-2/+0
* drm/omap: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-251-7/+0
* drm/nouveau/kms: Remove redundant zpos initialisationMaxime Ripard2022-02-251-2/+0
* drm/msm/mdp5: Remove redundant zpos initialisationMaxime Ripard2022-02-251-8/+8
* drm/object: Add default zpos value at resetDave Stevenson2022-02-251-0/+11
* drm/object: Add drm_object_property_get_default_value() functionDave Stevenson2022-02-252-10/+50
* drm/omap: plane: Fix zpos initial value mismatchMaxime Ripard2022-02-251-1/+11
* drm: of: Lookup if child node has panel or bridgeJagan Teki2022-02-251-0/+17
* drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou2022-02-252-3/+104
* drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor2022-02-251-1/+2
* drm/dp: Fix OOB read when handling Post Cursor2 registerKees Cook2022-02-253-13/+10
* drm/dp: Fix off-by-one in register cache sizeKees Cook2022-02-251-1/+1
* drm/nouveau: Remove the unused header file nvif/list.hCai Huoqing2022-02-241-353/+0
* drm/repaper: Use format helper for xrgb8888 to monochrome conversionJavier Martinez Canillas2022-02-241-23/+1
* drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede2022-02-231-0/+3
* drm/selftests: add drm buddy pathological testcaseArunpravin2022-02-232-0/+131
* drm/selftests: add drm buddy smoke testcaseArunpravin2022-02-232-0/+140
* drm/selftests: add drm buddy pessimistic testcaseArunpravin2022-02-232-0/+148
* drm/selftests: add drm buddy optimistic testcaseArunpravin2022-02-232-0/+81
* drm/selftests: add drm buddy alloc range testcaseArunpravin2022-02-236-5/+417
* drm/selftests: add drm buddy alloc limit testcaseArunpravin2022-02-232-0/+60
* drm/selftests: Move i915 buddy selftests into drmArunpravin2022-02-234-1/+61
* drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu2022-02-238-15/+19
* drm: implement a method to free unused pagesArunpravin2022-02-223-0/+83
* drm: implement top-down allocation methodArunpravin2022-02-223-5/+35
* drm: improve drm_buddy_alloc functionArunpravin2022-02-224-117/+257