Skip to content

Commit

Permalink
Remove output_poll_changed for now, still need more investigation to …
Browse files Browse the repository at this point in the history
…make fbdev work on drm_client
  • Loading branch information
bbaa-bbaa committed Nov 19, 2024
1 parent 597499f commit 1033aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="i915-sriov-dkms"
PACKAGE_VERSION="2024.11.16"
PACKAGE_VERSION="2024.11.19"

MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
Expand Down
2 changes: 2 additions & 0 deletions drivers/gpu/drm/i915/display/intel_display_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ void intel_display_driver_init_hw(struct drm_i915_private *i915)
static const struct drm_mode_config_funcs intel_mode_funcs = {
.fb_create = intel_user_framebuffer_create,
.get_format_info = intel_fb_get_format_info,
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 10, 0)
.output_poll_changed = intel_fbdev_output_poll_changed,
#endif
.mode_valid = intel_mode_valid,
.atomic_check = intel_atomic_check,
.atomic_commit = intel_atomic_commit,
Expand Down

0 comments on commit 1033aeb

Please sign in to comment.