summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2022-04-25drm/display: Introduce a DRM display-helper moduleThomas Zimmermann
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann
2022-04-25drm: Put related statements next to each other in MakefileThomas Zimmermann
2022-04-25drm/tilcdc: fix typos in commentChunguang Xu
2022-04-24drm/panel: simple: Add missing bus flags for Innolux G070Y2-L01Marek Vasut
2022-04-24drm/panel: lvds: Drop now redundant width-mm and height-mm checkMarek Vasut
2022-04-24drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() m...Marek Vasut
2022-04-24drm/panel: simple: Add DataImage FG040346DSSWBG04 panel supportMarek Vasut
2022-04-22drm/vmwgfx: Reserve fence slots on buffer objects in cotablesZack Rusin
2022-04-22drm/nouveau/gsp: change gv100_gsp from global to staticTom Rix
2022-04-22drm/bridge: Fix it6505 Kconfig DRM_DP_AUX_BUS dependencyRobert Foss
2022-04-22drm/sun4i: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmiJosé Expósito
2022-04-22drm: bridge: dw_hdmi: Audio: fix returnvar.cocci warningskernel test robot
2022-04-21drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2Yang Wang
2022-04-21drm/bridge: Fix error handling in analogix_dp_probeMiaoqian Lin
2022-04-21drm/amdgpu: remove pointless ttm_eu usage from DMChristian König
2022-04-21drm/amdgpu: remove pointless ttm_eu usage from vkmsChristian König
2022-04-21drm/vc4: hdmi: Remove vc4_hdmi_encoderJosé Expósito
2022-04-21drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmiJosé Expósito
2022-04-20drm/radeon: Use TTM builtin resource manager debugfs codeZack Rusin
2022-04-20drm/qxl: Use TTM builtin resource manager debugfs codeZack Rusin
2022-04-20drm/amdgpu: Use TTM builtin resource manager debugfs codeZack Rusin
2022-04-20drm/vmwgfx: Add debugfs entries for various ttm resource managersZack Rusin
2022-04-20drm/ttm: Add common debugfs code for resource managersZack Rusin
2022-04-20drm/solomon: Add SSD130x OLED displays SPI supportJavier Martinez Canillas
2022-04-20drm/solomon: Move device info from ssd130x-i2c to the core driverJavier Martinez Canillas
2022-04-20drm/solomon: Add ssd130x new compatible strings and deprecate old ones.Javier Martinez Canillas
2022-04-20drm/gma500: fix a potential repeat execution in psb_driver_loadXiaomeng Tong
2022-04-19drm: bridge: icn6211: Add DSI lane count DT property parsingMarek Vasut
2022-04-19drm/bridge: anx7625: Use uint8 for lane-swing arraysNícolas F. R. A. Prado
2022-04-19drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driverSandor Yu
2022-04-19drm: bridge: dw_hdmi: add reset function for PHY GEN1Sandor Yu
2022-04-19drm: bridge: dw_hdmi: Enable GCP only for Deep ColorSandor Yu
2022-04-19drm: bridge: dw_hdmi: default enable workaround to clear the overflowSandor Yu
2022-04-19drm: bridge: panel: Register connector if DRM device is already registeredMarek Szyprowski
2022-04-19drm: bridge: adv7511: Enable DRM_BRIDGE_OP_HPD based on HPD interruptBiju Das
2022-04-19drm/bridge: lt9211: Add Lontium LT9211 bridge driverMarek Vasut
2022-04-19drm/bridge: anx7625: Fill in empty ELD when no connectorHsin-Yi Wang
2022-04-19drm/tidss: Soft Reset DISPC on startupDevarsh Thakkar
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil
2022-04-18drm/nouveau/gr/gf100-: change gf108_gr_fwif from global to staticTom Rix
2022-04-18drm/nouveau: change base917c_format from global to staticTom Rix
2022-04-14drm/dp: Factor out a function to probe a DPCD addressImre Deak
2022-04-14drm/edid: add EDID block count and size helpersJani Nikula
2022-04-14drm/edid: add single point of return to drm_do_get_edid()Jani Nikula
2022-04-14drm/edid: drop extra local varJani Nikula
2022-04-14drm/edid: convert extension block read to EDID block read helperJani Nikula
2022-04-14drm/edid: use EDID block read helper in drm_do_get_edid()Jani Nikula
2022-04-14drm/edid: abstract an EDID block read helperJani Nikula
2022-04-14drm/edid: add typedef for block read functionJani Nikula