summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-19drm/panel/panel-sitronix-st7701: Split GIP and init sequencesMarek Vasut1-4/+16
2022-07-19drm/panel/panel-sitronix-st7701: Parametrize voltage and timingMarek Vasut1-28/+127
2022-07-19drm/panel/panel-sitronix-st7701: Infer horizontal pixel count from TFT modeMarek Vasut1-6/+15
2022-07-19drm/panel/panel-sitronix-st7701: Adjust porch control bitfield nameMarek Vasut1-4/+6
2022-07-19drm/panel/panel-sitronix-st7701: Infer vertical line count from TFT modeMarek Vasut1-6/+20
2022-07-19drm/panel/panel-sitronix-st7701: Make gamma correction TFT specificMarek Vasut1-7/+89
2022-07-19drm/panel/panel-sitronix-st7701: Make voltage supplies common to ST7701Marek Vasut1-22/+7
2022-07-19drm/panel/panel-sitronix-st7701: Enable DSI burst mode, LPM, non-continuous c...Marek Vasut1-1/+2
2022-07-19drm/panel/panel-sitronix-st7701: Make DSI mode flags common to ST7701Marek Vasut1-3/+1
2022-07-19drm:remove rebundant word "in" in commentsshaomin Deng1-1/+1
2022-07-19drm:delete the repeated word "the" in commentsshaomin Deng1-1/+1
2022-07-18drm/mgag200:remove rebundant word "or" in commentsshaomin Deng1-1/+1
2022-07-18drm/bridge: it6505: Modified video clock calculation and video debug messageallen chen1-4/+2
2022-07-18drm/bridge: it6505: Add i2c api power on checkallen chen1-2/+10
2022-07-18drm/bridge: it6505: Modified power sequenceallen chen1-1/+1
2022-07-18drm/bridge: it6505: Power on downstream device in .atomic_enablePin-Yen Lin1-0/+3
2022-07-18drm/ssd130x: Use new regmap bulk write support to drop custom busJavier Martinez Canillas1-16/+5
2022-07-16drm/via: Fix style issues in via_3d_reg headerSam Ravnborg1-13/+13
2022-07-16drm/via: Make macros readable in the via_3d_reg headerSam Ravnborg1-148/+74
2022-07-16drm/via: Use SPDX tag for MIT license in via_3d_reg headerSam Ravnborg1-19/+1
2022-07-16drm/via: Update to the latest via_3d_reg headerSam Ravnborg1-91/+304
2022-07-16drm/via: Embed via_drv.h in via_dri1Sam Ravnborg2-266/+228
2022-07-16drm/via: Embed via_verifier in via_dri1Sam Ravnborg5-1175/+1099
2022-07-16drm/via: Embed via_dmablit in via_dri1Sam Ravnborg5-956/+835
2022-07-16drm/via: Embed via_irq in via_dri1Sam Ravnborg4-398/+348
2022-07-16drm/via: Embed via_video in via_dri1Sam Ravnborg4-100/+66
2022-07-16drm/via: Embed via_mm in via_dri1Sam Ravnborg4-251/+209
2022-07-16drm/via: Embed via_map in via_dri1Sam Ravnborg4-137/+103
2022-07-16drm/via: Embed via_dma in via_dri1Sam Ravnborg4-749/+703
2022-07-16drm/via: Rename via_drv to via_dri1Sam Ravnborg2-1/+1
2022-07-15drm/nouveau/bios: set info only when the return is not 0Tom Rix1-4/+1
2022-07-15drm/amdgpu: re-apply "move internal vram_mgr function into the C file""Christian König2-27/+29
2022-07-15drm/amdgpu: reapply "fix start calculation in amdgpu_vram_mgr_new""Christian König1-8/+14
2022-07-15drm: Prevent drm_copy_field() to attempt copying a NULL pointerJavier Martinez Canillas1-0/+6
2022-07-15drm: Use size_t type for len variable in drm_copy_field()Javier Martinez Canillas1-1/+1
2022-07-13drm/vc4: v3d: Switch to devm_pm_runtime_enableMaxime Ripard1-7/+4
2022-07-13drm/vc4: v3d: Rework the runtime_pm setupMaxime Ripard1-15/+22
2022-07-13drm/vc4: v3d: Stop disabling interruptsMaxime Ripard2-3/+1
2022-07-13drm/vc4: perfmon: Add missing mutex_destroyMaxime Ripard1-0/+1
2022-07-13drm/vc4: Switch to drmm_mutex_initMaxime Ripard4-6/+28
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard11-69/+191
2022-07-13drm/vc4: debugfs: Return an error on failureMaxime Ripard2-23/+27
2022-07-13drm/vc4: debugfs: Protect device resourcesMaxime Ripard1-0/+9
2022-07-13drm/vc4: vec: Switch to devm_pm_runtime_enableMaxime Ripard1-15/+5
2022-07-13drm/vc4: vec: Protect device resources after removalMaxime Ripard1-6/+61
2022-07-13drm/vc4: vec: Switch to DRM-managed connector initializationMaxime Ripard1-6/+5
2022-07-13drm/vc4: vec: Switch to DRM-managed encoder initializationMaxime Ripard1-5/+9
2022-07-13drm/vc4: vec: Remove call to drm_connector_unregister()Maxime Ripard1-8/+2
2022-07-13drm/vc4: vec: Switch to drmm_kzallocMaxime Ripard1-1/+1
2022-07-13drm/vc4: vec: Embed DRM structures into the private structureMaxime Ripard1-62/+21