aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-04drm/hisilicon: Delete the entire file hibmc_ttm.cTian Tao4-57/+20
2020-12-04drm/hisilicon: Use managed VRAM-helper initializationTian Tao3-18/+3
2020-12-03drm/hisilicon: Use the new api devm_drm_irq_installTian Tao1-4/+1
2020-12-03drm/hisilicon: Code refactoring for hibmc_drm_drvTian Tao5-32/+30
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter3-3/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2-4/+4
2020-10-30drm/hisilicon: Adding a const declaration to an invariant constructTian Tao2-2/+2
2020-10-18drm/hisilicon: Use the same style of variable type in hibmc_drm_drvTian Tao2-11/+10
2020-10-18drm/hisilicon: Use the same style of variable type in hibmc_drm_deTian Tao1-30/+29
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2-4/+4
2020-09-29drm/hisilicon: Delete the unused macroTian Tao1-2/+0
2020-09-29drm/hisilicon: Using the to_hibmc_drm_private to convertTian Tao3-16/+15
2020-09-28drm/hisilicon: Deleted the drm_device declarationTian Tao1-2/+0
2020-09-24drm/hisilicon: Features to support reading resolutions from EDIDTian Tao1-4/+34
2020-09-24drm/hisilicon: Support i2c driver algorithms for bit-shift adaptersTian Tao3-2/+124
2020-08-30drm/hisilicon: Removed the dependency on the mmuTian Tao1-1/+1
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_drvTian Tao1-12/+12
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_deTian Tao1-7/+7
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_vdacTian Tao1-2/+2
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_ttmTian Tao1-1/+1
2020-08-13drm/hisilicon: Fix build error of no type of module_initTian Tao1-0/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+3
2020-08-12drm/hisilicon: Code refactoring for hibmc_drv_deTian Tao2-42/+15
2020-08-12drm/hisilicon: Remove the unused include statementsTian Tao3-10/+0
2020-07-29drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variableTian Tao2-5/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-2/+3
2020-07-08drm/hisilicon/hibmc: Move drm_fbdev_generic_setup() down to avoid the splatZenghui Yu1-2/+3
2020-07-06drm/hisilicon: Code refactoring for hibmc_drv_vdacTian Tao2-41/+13
2020-07-02drm/hisilicon: Use drmm_kzalloc() instead of devm_kzalloc()Tian Tao1-1/+2
2020-06-10drm/hisilicon/kirin: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/hisilicon/kirin: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/hisilicon/kirin: Set .dumb_create to drm_gem_cma_dumb_create()Thomas Zimmermann1-1/+1
2020-04-13drm: kirin: Revert change to add register connect helper functionsJohn Stultz3-45/+0
2020-04-08drm/kirin: Set up fbdev after fully registering deviceThomas Zimmermann1-2/+2
2020-04-08drm/hibmc: Remove error check from fbdev setupThomas Zimmermann1-5/+1
2020-04-03drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitationTian Tao3-7/+8
2020-04-02drm/hisilicon/kirin: Use simple encoderThomas Zimmermann1-6/+2
2020-03-18drm/hisilicon: Drop unused #includeDaniel Vetter1-1/+0
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie2-21/+0
2020-03-04drm: kirin: Revert "Fix for hikey620 display offset problem"John Stultz2-21/+0
2020-02-27drm/hisilicon: Fixed pcie resource conflict between drm and firmwareTian Tao1-0/+5
2020-02-27drm/hisilicon: Set preferred mode resolution and maximum resolutionTian Tao1-1/+10
2020-02-27drm/hisilicon: Add the mode_valid functionTian Tao1-0/+20
2020-02-27drm/hisilicon: fixed the wrong resolution configurationsTian Tao1-1/+1
2020-02-27drm/hisilicon: Enable the shadowfb for hibmcTian Tao1-1/+1
2020-02-27drm/hisilicon: Add new clock/resolution configurationsTian Tao2-0/+5
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-1/+1
2020-02-13drm/hisilicon/hibmc: add gamma_set functionZhihui Chen2-0/+42
2020-02-13drm/hisilicon/hibmc: add DPMS on/off functionZhihui Chen2-0/+22