summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König11-17/+24
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König13-6/+48
2022-01-25drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()Zhou Qingyang1-4/+5
2022-01-25drm/edid: Support type 7 timingsYaroslav Bolyukin1-4/+8
2022-01-25drm/vc4: hdmi: Change CSC callback prototypeMaxime Ripard2-1/+7
2022-01-25drm/vc4: hdmi: Define colorspace matricesMaxime Ripard1-29/+49
2022-01-25drm/vc4: hdmi: Replace CSC_CTL hardcoded value by definesMaxime Ripard2-3/+5
2022-01-25drm/vc4: hdmi: Move XBAR setup to csc_setupMaxime Ripard1-1/+2
2022-01-25drm/vc4: hdmi: Use full range helper in csc functionsMaxime Ripard2-22/+13
2022-01-25drm/vc4: hdmi: Add full range RGB helperMaxime Ripard1-2/+10
2022-01-25drm/connector: Fix typo in output formatMaxime Ripard9-39/+39
2022-01-25drm/edid: Split deep color modes between RGB and YUV444Maxime Ripard5-10/+17
2022-01-25drm/edid: Don't clear formats if using deep colorMaxime Ripard1-8/+0
2022-01-25drm/edid: Rename drm_hdmi_avi_infoframe_colorspace to _colorimetryMaxime Ripard5-9/+9
2022-01-25drm/docs: Document where the C8 color lut is storedDaniel Vetter2-0/+14
2022-01-24drm/gma: Remove calls to kmap()Ira Weiny2-8/+6
2022-01-24drm/edid: improve non-desktop quirk loggingJani Nikula1-7/+10
2022-01-24drm/edid: remove non_desktop quirk for HPN-3515 and LEN-B800.Philipp Zabel1-2/+0
2022-01-24drm/edid: support Microsoft extension for HMDs and specialized monitorsPhilipp Zabel1-0/+34
2022-01-24drm/amdgpu: use ttm_resource_manager_debugChristian König1-5/+5
2022-01-24drm/radeon: use ttm_resource_manager_debugChristian König1-2/+2
2022-01-21drm: Update docs after moving DisplayPort helpers aroundThomas Zimmermann1-13/+13
2022-01-20drm/locking: fix drm_modeset_acquire_ctx kernel-docJani Nikula1-0/+1
2022-01-19drm/malidp: Replace module initialization with DRM helpersJavier Martinez Canillas1-1/+2
2022-01-19drm/arm/hdlcd: Replace module initialization with DRM helpersJavier Martinez Canillas1-1/+2
2022-01-19drm/komeda: Replace module initialization with DRM helpersJavier Martinez Canillas1-1/+2
2022-01-19drm/imx/dcss: Replace module initialization with DRM helpersJavier Martinez Canillas1-1/+2
2022-01-19drm: Provide platform module-init macroJavier Martinez Canillas1-0/+30
2022-01-19drm/hisilicon/hibmc: Replace module initialization with DRM helpersThomas Zimmermann1-1/+2
2022-01-19drm/cirrus: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-15/+2
2022-01-19drm/bochs: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-18/+2
2022-01-19drm/ast: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-16/+2
2022-01-19drm: Provide PCI module-init macrosThomas Zimmermann2-0/+101
2022-01-19drm/selftests/test-drm_dp_mst_helper: Fix memory leak in sideband_msg_req_enc...José Expósito1-1/+3
2022-01-19drm/doc: Fix TTM acronymJosé Expósito1-1/+1
2022-01-19drm/ast: Create threshold values for AST2600KuoHsiang Chou1-1/+4
2022-01-19mgag200 fix memmapsl configuration in GCTL6 registerJocelyn Falempe1-1/+4
2022-01-19drm/bridge: Remove extra device acquisition method of i2c client in lt9611 dr...Zhiming Liu2-4/+4
2022-01-19drm/msm: Fix include statements for DisplayPortThomas Zimmermann2-2/+2
2022-01-19drm/selftests: Select DRM_DP_HELPERThomas Zimmermann1-0/+1
2022-01-19dma-buf: drop excl_fence parameter from dma_resv_get_fencesChristian König6-57/+30
2022-01-19drm/amdgpu: remove excl as shared workaroundsChristian König2-10/+1
2022-01-19drm: move the buddy allocator from i915 into common drmArunpravin15-1431/+725
2022-01-18drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()Roberto Sassu1-0/+3
2022-01-18udmabuf: validate ubuf->pagecountPavel Skripkin1-0/+4
2022-01-17drm/bridge: anx7625: Return -EPROBE_DEFER if the dsi host was not foundowen1-1/+1
2022-01-17drm/dp: Move DisplayPort AUX bus helpers into dp/Thomas Zimmermann8-7/+7
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann67-73/+73
2022-01-17drm/dp: Move DisplayPort helpers into separate helper moduleThomas Zimmermann22-22/+55
2022-01-17drm/dp: Move DP declarations into separate header fileThomas Zimmermann6-30/+37