summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/hisilicon/hibmc
AgeCommit message (Expand)Author
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-10-30drm/hisilicon: Adding a const declaration to an invariant constructTian Tao
2020-10-18drm/hisilicon: Use the same style of variable type in hibmc_drm_drvTian Tao
2020-10-18drm/hisilicon: Use the same style of variable type in hibmc_drm_deTian Tao
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-29drm/hisilicon: Delete the unused macroTian Tao
2020-09-29drm/hisilicon: Using the to_hibmc_drm_private to convertTian Tao
2020-09-28drm/hisilicon: Deleted the drm_device declarationTian Tao
2020-09-24drm/hisilicon: Features to support reading resolutions from EDIDTian Tao
2020-09-24drm/hisilicon: Support i2c driver algorithms for bit-shift adaptersTian Tao
2020-08-30drm/hisilicon: Removed the dependency on the mmuTian Tao
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_drvTian Tao
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_deTian Tao
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_vdacTian Tao
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_ttmTian Tao
2020-08-13drm/hisilicon: Fix build error of no type of module_initTian Tao
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-12drm/hisilicon: Code refactoring for hibmc_drv_deTian Tao
2020-08-12drm/hisilicon: Remove the unused include statementsTian Tao
2020-07-29drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variableTian Tao
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie
2020-07-08drm/hisilicon/hibmc: Move drm_fbdev_generic_setup() down to avoid the splatZenghui Yu
2020-07-06drm/hisilicon: Code refactoring for hibmc_drv_vdacTian Tao
2020-07-02drm/hisilicon: Use drmm_kzalloc() instead of devm_kzalloc()Tian Tao
2020-04-08drm/hibmc: Remove error check from fbdev setupThomas Zimmermann
2020-04-03drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitationTian Tao
2020-02-27drm/hisilicon: Fixed pcie resource conflict between drm and firmwareTian Tao
2020-02-27drm/hisilicon: Set preferred mode resolution and maximum resolutionTian Tao
2020-02-27drm/hisilicon: Add the mode_valid functionTian Tao
2020-02-27drm/hisilicon: fixed the wrong resolution configurationsTian Tao
2020-02-27drm/hisilicon: Enable the shadowfb for hibmcTian Tao
2020-02-27drm/hisilicon: Add new clock/resolution configurationsTian Tao
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard
2020-02-13drm/hisilicon/hibmc: add gamma_set functionZhihui Chen
2020-02-13drm/hisilicon/hibmc: add DPMS on/off functionZhihui Chen
2020-02-13drm/hisilicon/hibmc: fix 'xset dpms force off' failZhihui Chen
2020-02-06drm/hibmc: Implement struct drm_mode_config_funcs.mode_validThomas Zimmermann
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann
2020-01-06drm/hisilicon/hibmc: Export VRAM MM information to debugfsThomas Zimmermann
2020-01-06drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic helpersThomas Zimmermann
2020-01-06drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic codeThomas Zimmermann
2020-01-06drm/hisilicon/hibmc: Switch to generic fbdev emulationThomas Zimmermann
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-05drm: constify fb ops across all driversJani Nikula
2019-10-24drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpersThomas Zimmermann
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard