Age | Commit message (Expand) | Author |
2023-06-26 | drm: Clear fd/handle callbacks in struct drm_driver | Thomas Zimmermann |
2023-06-19 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
2023-06-19 | drm: Remove struct drm_driver.gem_prime_mmap | Thomas Zimmermann |
2023-06-19 | drm/msm: Initialize mmap offset after constructing the buffer object | Thomas Zimmermann |
2023-06-18 | drm/msm/a6xx: Add A610 speedbin support | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Add A619_holi speedbin support | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Use adreno_is_aXYZ macros in speedbin matching | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Use "else if" in GPU speedbin rev matching | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Fix some A619 tunables | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Add A610 support | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Add support for A619_holi | Konrad Dybcio |
2023-06-18 | drm/msm/adreno: Disable has_cached_coherent in GMU wrapper configurations | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Introduce GMU wrapper support | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Move CX GMU power counter enablement to hw_init | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Extend and explain UBWC config | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Remove both GBIF and RBBM GBIF halt on hw init | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Add a helper for software-resetting the GPU | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Improve a6xx_bus_clear_pending_transactions() | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Move a6xx_bus_clear_pending_transactions to a6xx_gpu | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Move force keepalive vote removal to a6xx_gmu_force_off() | Konrad Dybcio |
2023-06-18 | drm/msm/a6xx: Remove static keyword from sptprac en/disable functions | Konrad Dybcio |
2023-06-18 | drm/msm/adreno: Use adreno_is_revn for A690 | Konrad Dybcio |
2023-06-16 | drm/msm/dsi: split dsi_ctrl_config() function | Dmitry Baryshkov |
2023-06-16 | drm/msm/dsi: dsi_host: drop unused clocks | Dmitry Baryshkov |
2023-06-16 | drm/msm/dpu: remove unused INTF_NONE interfaces | Dmitry Baryshkov |
2023-06-16 | drm/msm/dpu: correct MERGE_3D length | Dmitry Baryshkov |
2023-06-16 | drm/msm/dpu: fix sc7280 and sc7180 PINGPONG done interrupts | Dmitry Baryshkov |
2023-06-15 | drm/msm/dp: Free resources after unregistering them | Bjorn Andersson |
2023-06-15 | drm/msm/dp: Drop aux devices together with DP controller | Bjorn Andersson |
2023-06-15 | drm/msm: provide fb_dirty implemenation | Dmitry Baryshkov |
2023-06-15 | drm/msm/dsi: Remove incorrect references to slice_count | Jessica Zhang |
2023-06-15 | drm/msm/dpu: Set DATA_COMPRESS on command mode for DCE/DSC 1.2 | Jessica Zhang |
2023-06-15 | drm/msm/dpu: Add DPU_INTF_DATA_COMPRESS feature flag for DPU >= 7.0 | Jessica Zhang |
2023-06-15 | drm/msm/dsi: Reduce pclk rate for compression | Jessica Zhang |
2023-06-15 | msm/drm/dsi: Round up DSC hdisplay calculation | Jessica Zhang |
2023-06-15 | drm/msm/dpu: add DSC 1.2 hw blocks for relevant chipsets | Abhinav Kumar |
2023-06-15 | drm/msm/dpu: add support for DSC encoder v1.2 engine | Kuogee Hsieh |
2023-06-15 | drm/msm/dsi: update hdisplay calculation for dsi_timing_setup | Jessica Zhang |
2023-06-15 | drm/msm/dsi: Use MSM and DRM DSC helper methods | Jessica Zhang |
2023-06-15 | drm/msm/dpu: Fix slice_last_group_size calculation | Jessica Zhang |
2023-06-15 | drm/msm/dpu: Use fixed DRM DSC helper for det_thresh_flatness | Jessica Zhang |
2023-06-15 | drm/msm: Add MSM-specific DSC helper methods | Jessica Zhang |
2023-06-15 | drm/msm/dsi: use DRM DSC helpers for DSC setup | Dmitry Baryshkov |
2023-06-15 | drm/msm/dpu/catalog: define DSPP blocks found on sdm845 | Dmitry Baryshkov |
2023-06-15 | drm/msm/dpu: do not enable color-management if DSPPs are not available | Dmitry Baryshkov |
2023-06-15 | drm/msm/adreno: make adreno_is_a690()'s argument const | Dmitry Baryshkov |
2023-06-13 | Merge branch 'drm-next' of git://anongit.freedesktop.org/drm/drm into msm-nex... | Dmitry Baryshkov |
2023-06-10 | drm/msm/adreno: change adreno_is_* functions to accept const argument | Dmitry Baryshkov |
2023-06-10 | drm/msm/adreno: warn if chip revn is verified before being set | Dmitry Baryshkov |
2023-06-10 | drm/msm/a5xx: really check for A510 in a5xx_gpu_init | Dmitry Baryshkov |